Html Css Color HEX #9601DE Dark Violet

📋 copy color: '#9601DE'

red 150 ◦ green 1 ◦ blue 222

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

Shades of Dark Violet #9601DE

Tints of Dark Violet #9601DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 40.21%
G = 0.27%
B = 59.52%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9601DE (or 0x9601DE) is known color: Dark Violet. HEX triplet: 96, 01 and DE. RGB value is (150,1,222). Sum of RGB (Red+Green+Blue) = 150+1+222=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #9601DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601DE is #69FE21. Grayscale: #464646. Windows color (decimal): -6946338 or 14549398. OLE color: 14549398.

HSL color Cylindrical-coordinate representation of color #9601DE: hue angle of 280.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9601DE is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 1 222 -
CMYK 0.32 1.00 0 0.13
HSL 280.45º 0.99% 0.44% -
HSV(B) 280.45º 1% 0.87% -
XYZ 25.77 11.78 70.02 -
YUV 70.75 213.36 184.53 -
System Red Green Blue C M Y K H S L
Decimal 150 1 222 0.32 1.00 0 0.13 280.45 0.99 0.44
Hex 96 1 DE 20 64 0 D 118 63 2C
Octal 226 1 336 40 144 0 15 430 143 54
Binary 10010110 1 11011110 100000 1100100 0 1101 100011000 1100011 101100

Color Harmonies of #9601DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9601DE

Black with #9601DE

Text Example


Text Example

White with #9601DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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