Html Css Color HEX #9605CE Dark Violet

📋 copy color: '#9605CE'

red 150 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #9605CE

Tints of Dark Violet #9605CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 41.55%
G = 1.39%
B = 57.06%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9605CE (or 0x9605CE) is known color: Dark Violet. HEX triplet: 96, 05 and CE. RGB value is (150,5,206). Sum of RGB (Red+Green+Blue) = 150+5+206=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #9605CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605CE is #69FA31. Grayscale: #464646. Windows color (decimal): -6945330 or 13501846. OLE color: 13501846.

HSL color Cylindrical-coordinate representation of color #9605CE: hue angle of 283.28º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9605CE is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 5 206 -
CMYK 0.27 0.98 0 0.19
HSL 283.28º 0.95% 0.41% -
HSV(B) 283.28º 0.98% 0.81% -
XYZ 23.77 11.05 59.27 -
YUV 71.27 204.04 184.16 -
System Red Green Blue C M Y K H S L
Decimal 150 5 206 0.27 0.98 0 0.19 283.28 0.95 0.41
Hex 96 5 CE 1B 62 0 13 11B 5F 29
Octal 226 5 316 33 142 0 23 433 137 51
Binary 10010110 101 11001110 11011 1100010 0 10011 100011011 1011111 101001

Color Harmonies of #9605CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9605CE

Black with #9605CE

Text Example


Text Example

White with #9605CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9605CE; }

 p { color: rgb(150,5,206); }

 H1.HeaderClassName
 {
   color: #9605CE;
 }
 .AnyTagClassName
 {
   color: #9605CE;
 }
</style>

background-color css

<style>
 a { background-color: #9605CE; }

 a { background-color: rgb(150,5,206); }

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

border-color css

<style>
 span { border-color: #9605CE; }

 span { border-color: rgb(150,5,206); }

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