Html Css Color HEX #9606ED Dark Violet

📋 copy color: '#9606ED'

red 150 ◦ green 6 ◦ blue 237

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

Shades of Dark Violet #9606ED

Tints of Dark Violet #9606ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

 BLUE value IS 237 (92.97% from 255) = 60.31%

R = 38.17%
G = 1.53%
B = 60.31%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9606ED (or 0x9606ED) is known color: Dark Violet. HEX triplet: 96, 06 and ED. RGB value is (150,6,237). Sum of RGB (Red+Green+Blue) = 150+6+237=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #9606ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9606ED is #69F912. Grayscale: #4A4A4A. Windows color (decimal): -6945043 or 15533718. OLE color: 15533718.

HSL color Cylindrical-coordinate representation of color #9606ED: hue angle of 277.4º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606ED is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 6 237 -
CMYK 0.37 0.97 0 0.07
HSL 277.4º 0.95% 0.48% -
HSV(B) 277.4º 0.97% 0.93% -
XYZ 27.93 12.73 81.11 -
YUV 75.39 219.21 181.22 -
System Red Green Blue C M Y K H S L
Decimal 150 6 237 0.37 0.97 0 0.07 277.4 0.95 0.48
Hex 96 6 ED 25 61 0 7 115 5F 30
Octal 226 6 355 45 141 0 7 425 137 60
Binary 10010110 110 11101101 100101 1100001 0 111 100010101 1011111 110000

Color Harmonies of #9606ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9606ED

Black with #9606ED

Text Example


Text Example

White with #9606ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9606ED; }

 p { color: rgb(150,6,237); }

 H1.HeaderClassName
 {
   color: #9606ED;
 }
 .AnyTagClassName
 {
   color: #9606ED;
 }
</style>

background-color css

<style>
 a { background-color: #9606ED; }

 a { background-color: rgb(150,6,237); }

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

border-color css

<style>
 span { border-color: #9606ED; }

 span { border-color: rgb(150,6,237); }

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