Html Css Color HEX #9D01CE Dark Violet

📋 copy color: '#9D01CE'

red 157 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #9D01CE

Tints of Dark Violet #9D01CE

RGB

 RED value IS 157 (61.72% from 255) = 43.13%

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

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

R = 43.13%
G = 0.27%
B = 56.59%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D01CE (or 0x9D01CE) is known color: Dark Violet. HEX triplet: 9D, 01 and CE. RGB value is (157,1,206). Sum of RGB (Red+Green+Blue) = 157+1+206=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D01CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D01CE is #62FE31. Grayscale: #464646. Windows color (decimal): -6487602 or 13500829. OLE color: 13500829.

HSL color Cylindrical-coordinate representation of color #9D01CE: hue angle of 285.66º 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 #9D01CE is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 1 206 -
CMYK 0.24 1.00 0 0.19
HSL 285.66º 0.99% 0.41% -
HSV(B) 285.66º 1% 0.81% -
XYZ 25.06 11.65 59.32 -
YUV 71.01 204.18 189.33 -
System Red Green Blue C M Y K H S L
Decimal 157 1 206 0.24 1.00 0 0.19 285.66 0.99 0.41
Hex 9D 1 CE 18 64 0 13 11E 63 29
Octal 235 1 316 30 144 0 23 436 143 51
Binary 10011101 1 11001110 11000 1100100 0 10011 100011110 1100011 101001

Color Harmonies of #9D01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D01CE

Black with #9D01CE

Text Example


Text Example

White with #9D01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D01CE; }

 p { color: rgb(157,1,206); }

 H1.HeaderClassName
 {
   color: #9D01CE;
 }
 .AnyTagClassName
 {
   color: #9D01CE;
 }
</style>

background-color css

<style>
 a { background-color: #9D01CE; }

 a { background-color: rgb(157,1,206); }

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

border-color css

<style>
 span { border-color: #9D01CE; }

 span { border-color: rgb(157,1,206); }

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