Html Css Color HEX #9464DB Medium Purple

📋 copy color: '#9464DB'

red 148 ◦ green 100 ◦ blue 219

#9464DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9464DB

Tints of Medium Purple #9464DB

RGB

 RED value IS 148 (58.2% from 255) = 31.69%

 GREEN value IS 100 (39.45% from 255) = 21.41%

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 31.69%
G = 21.41%
B = 46.9%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9464DB (or 0x9464DB) is known color: Medium Purple. HEX triplet: 94, 64 and DB. RGB value is (148,100,219). Sum of RGB (Red+Green+Blue) = 148+100+219=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #9464DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464DB is #6B9B24. Grayscale: #7F7F7F. Windows color (decimal): -7052069 or 14378132. OLE color: 14378132.

HSL color Cylindrical-coordinate representation of color #9464DB: hue angle of 264.2º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9464DB is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 100 219 -
CMYK 0.32 0.54 0 0.14
HSL 264.2º 0.62% 0.63% -
HSV(B) 264.2º 0.54% 0.86% -
XYZ 29.56 20.52 69.42 -
YUV 127.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 148 100 219 0.32 0.54 0 0.14 264.2 0.62 0.63
Hex 94 64 DB 20 36 0 E 108 3E 3F
Octal 224 144 333 40 66 0 16 410 76 77
Binary 10010100 1100100 11011011 100000 110110 0 1110 100001000 111110 111111

Color Harmonies of #9464DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464DB

Black with #9464DB

Text Example


Text Example

White with #9464DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9464DB; }

 p { color: rgb(148,100,219); }

 H1.HeaderClassName
 {
   color: #9464DB;
 }
 .AnyTagClassName
 {
   color: #9464DB;
 }
</style>

background-color css

<style>
 a { background-color: #9464DB; }

 a { background-color: rgb(148,100,219); }

 div.DivClassName
 {
   background-color: #9464DB;
 }
 .BgClassName
 {
   background-color: #9464DB;
 }
</style>

border-color css

<style>
 span { border-color: #9464DB; }

 span { border-color: rgb(148,100,219); }

 td.TdClassName
 {
   border-color: #9464DB;
 }
 .TagClassName
 {
   border-color: #9464DB;
 }
</style>