Html Css Color HEX #9D00CE Dark Violet

📋 copy color: '#9D00CE'

red 157 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #9D00CE

Tints of Dark Violet #9D00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.25%
G = 0%
B = 56.75%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D00CE (or 0x9D00CE) is known color: Dark Violet. HEX triplet: 9D, 00 and CE. RGB value is (157,0,206). Sum of RGB (Red+Green+Blue) = 157+0+206=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D00CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D00CE is #62FF31. Grayscale: #454545. Windows color (decimal): -6487858 or 13500573. OLE color: 13500573.

HSL color Cylindrical-coordinate representation of color #9D00CE: hue angle of 285.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D00CE is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 0 206 -
CMYK 0.24 1 0 0.19
HSL 285.73º 1% 0.4% -
HSV(B) 285.73º 1% 0.81% -
XYZ 25.05 11.62 59.32 -
YUV 70.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 157 0 206 0.24 1 0 0.19 285.73 1 0.4
Hex 9D 0 CE 18 64 0 13 11E 64 28
Octal 235 0 316 30 144 0 23 436 144 50
Binary 10011101 0 11001110 11000 1100100 0 10011 100011110 1100100 101000

Color Harmonies of #9D00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D00CE

Black with #9D00CE

Text Example


Text Example

White with #9D00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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