Html Css Color HEX #9605CF Dark Violet

📋 copy color: '#9605CF'

red 150 ◦ green 5 ◦ blue 207

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

Shades of Dark Violet #9605CF

Tints of Dark Violet #9605CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.18%

R = 41.44%
G = 1.38%
B = 57.18%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9605CF (or 0x9605CF) is known color: Dark Violet. HEX triplet: 96, 05 and CF. RGB value is (150,5,207). Sum of RGB (Red+Green+Blue) = 150+5+207=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #9605CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605CF is #69FA30. Grayscale: #464646. Windows color (decimal): -6945329 or 13567382. OLE color: 13567382.

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

Color convert

RGB 150 5 207 -
CMYK 0.28 0.98 0 0.19
HSL 283.07º 0.95% 0.42% -
HSV(B) 283.07º 0.98% 0.81% -
XYZ 23.89 11.1 59.91 -
YUV 71.38 204.54 184.07 -
System Red Green Blue C M Y K H S L
Decimal 150 5 207 0.28 0.98 0 0.19 283.07 0.95 0.42
Hex 96 5 CF 1C 62 0 13 11B 5F 2A
Octal 226 5 317 34 142 0 23 433 137 52
Binary 10010110 101 11001111 11100 1100010 0 10011 100011011 1011111 101010

Color Harmonies of #9605CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9605CF

Black with #9605CF

Text Example


Text Example

White with #9605CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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