Html Css Color HEX #9604B8 Dark Violet

📋 copy color: '#9604B8'

red 150 ◦ green 4 ◦ blue 184

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

Shades of Dark Violet #9604B8

Tints of Dark Violet #9604B8

RGB

 RED value IS 150 (58.98% from 255) = 44.38%

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 184 (72.27% from 255) = 54.44%

R = 44.38%
G = 1.18%
B = 54.44%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9604B8 (or 0x9604B8) is known color: Dark Violet. HEX triplet: 96, 04 and B8. RGB value is (150,4,184). Sum of RGB (Red+Green+Blue) = 150+4+184=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 184 (72.27% from 255 or 54.44% from 338); Max value from RGB is 184 - color contains mainly: blue. Hex color #9604B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604B8 is #69FB47. Grayscale: #434343. Windows color (decimal): -6945608 or 12059798. OLE color: 12059798.

HSL color Cylindrical-coordinate representation of color #9604B8: hue angle of 288.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604B8 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 4 184 -
CMYK 0.18 0.98 0 0.28
HSL 288.67º 0.96% 0.37% -
HSV(B) 288.67º 0.98% 0.72% -
XYZ 21.27 10.03 46.16 -
YUV 68.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 150 4 184 0.18 0.98 0 0.28 288.67 0.96 0.37
Hex 96 4 B8 12 62 0 1C 121 60 25
Octal 226 4 270 22 142 0 34 441 140 45
Binary 10010110 100 10111000 10010 1100010 0 11100 100100001 1100000 100101

Color Harmonies of #9604B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9604B8

Black with #9604B8

Text Example


Text Example

White with #9604B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9604B8; }

 p { color: rgb(150,4,184); }

 H1.HeaderClassName
 {
   color: #9604B8;
 }
 .AnyTagClassName
 {
   color: #9604B8;
 }
</style>

background-color css

<style>
 a { background-color: #9604B8; }

 a { background-color: rgb(150,4,184); }

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

border-color css

<style>
 span { border-color: #9604B8; }

 span { border-color: rgb(150,4,184); }

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