Html Css Color HEX #9601CF Dark Violet

📋 copy color: '#9601CF'

red 150 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #9601CF

Tints of Dark Violet #9601CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 41.9%
G = 0.28%
B = 57.82%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9601CF (or 0x9601CF) is known color: Dark Violet. HEX triplet: 96, 01 and CF. RGB value is (150,1,207). Sum of RGB (Red+Green+Blue) = 150+1+207=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #9601CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601CF is #69FE30. Grayscale: #444444. Windows color (decimal): -6946353 or 13566358. OLE color: 13566358.

HSL color Cylindrical-coordinate representation of color #9601CF: hue angle of 283.4º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9601CF is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 1 207 -
CMYK 0.28 1.00 0 0.19
HSL 283.4º 0.99% 0.41% -
HSV(B) 283.4º 1% 0.81% -
XYZ 23.85 11.01 59.9 -
YUV 69.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 150 1 207 0.28 1.00 0 0.19 283.4 0.99 0.41
Hex 96 1 CF 1C 64 0 13 11B 63 29
Octal 226 1 317 34 144 0 23 433 143 51
Binary 10010110 1 11001111 11100 1100100 0 10011 100011011 1100011 101001

Color Harmonies of #9601CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9601CF

Black with #9601CF

Text Example


Text Example

White with #9601CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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