Html Css Color HEX #9D00CC Dark Violet

📋 copy color: '#9D00CC'

red 157 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #9D00CC

Tints of Dark Violet #9D00CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 43.49%
G = 0%
B = 56.51%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D00CC (or 0x9D00CC) is known color: Dark Violet. HEX triplet: 9D, 00 and CC. RGB value is (157,0,204). Sum of RGB (Red+Green+Blue) = 157+0+204=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D00CC is #62FF33. Grayscale: #454545. Windows color (decimal): -6487860 or 13369501. OLE color: 13369501.

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

Color convert

RGB 157 0 204 -
CMYK 0.23 1 0 0.2
HSL 286.18º 1% 0.4% -
HSV(B) 286.18º 1% 0.8% -
XYZ 24.8 11.53 58.04 -
YUV 70.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 157 0 204 0.23 1 0 0.2 286.18 1 0.4
Hex 9D 0 CC 17 64 0 14 11E 64 28
Octal 235 0 314 27 144 0 24 436 144 50
Binary 10011101 0 11001100 10111 1100100 0 10100 100011110 1100100 101000

Color Harmonies of #9D00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D00CC

Black with #9D00CC

Text Example


Text Example

White with #9D00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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