Html Css Color HEX #9604E0 Dark Violet

📋 copy color: '#9604E0'

red 150 ◦ green 4 ◦ blue 224

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

Shades of Dark Violet #9604E0

Tints of Dark Violet #9604E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 59.26%

R = 39.68%
G = 1.06%
B = 59.26%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9604E0 (or 0x9604E0) is known color: Dark Violet. HEX triplet: 96, 04 and E0. RGB value is (150,4,224). Sum of RGB (Red+Green+Blue) = 150+4+224=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #9604E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604E0 is #69FB1F. Grayscale: #484848. Windows color (decimal): -6945568 or 14681238. OLE color: 14681238.

HSL color Cylindrical-coordinate representation of color #9604E0: hue angle of 279.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604E0 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 4 224 -
CMYK 0.33 0.98 0 0.12
HSL 279.82º 0.96% 0.45% -
HSV(B) 279.82º 0.98% 0.88% -
XYZ 26.08 11.95 71.45 -
YUV 72.73 213.37 183.11 -
System Red Green Blue C M Y K H S L
Decimal 150 4 224 0.33 0.98 0 0.12 279.82 0.96 0.45
Hex 96 4 E0 21 62 0 C 118 60 2D
Octal 226 4 340 41 142 0 14 430 140 55
Binary 10010110 100 11100000 100001 1100010 0 1100 100011000 1100000 101101

Color Harmonies of #9604E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9604E0

Black with #9604E0

Text Example


Text Example

White with #9604E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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