Html Css Color HEX #9D0CCB Dark Violet

📋 copy color: '#9D0CCB'

red 157 ◦ green 12 ◦ blue 203

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

Shades of Dark Violet #9D0CCB

Tints of Dark Violet #9D0CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 203 (79.69% from 255) = 54.57%

R = 42.2%
G = 3.23%
B = 54.57%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D0CCB (or 0x9D0CCB) is known color: Dark Violet. HEX triplet: 9D, 0C and CB. RGB value is (157,12,203). Sum of RGB (Red+Green+Blue) = 157+12+203=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D0CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CCB is #62F334. Grayscale: #4C4C4C. Windows color (decimal): -6484789 or 13307037. OLE color: 13307037.

HSL color Cylindrical-coordinate representation of color #9D0CCB: hue angle of 285.55º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0CCB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 12 203 -
CMYK 0.23 0.94 0 0.20
HSL 285.55º 0.89% 0.42% -
HSV(B) 285.55º 0.94% 0.8% -
XYZ 24.82 11.74 57.46 -
YUV 77.13 199.04 184.97 -
System Red Green Blue C M Y K H S L
Decimal 157 12 203 0.23 0.94 0 0.20 285.55 0.89 0.42
Hex 9D C CB 17 5E 0 14 11E 59 2A
Octal 235 14 313 27 136 0 24 436 131 52
Binary 10011101 1100 11001011 10111 1011110 0 10100 100011110 1011001 101010

Color Harmonies of #9D0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0CCB

Black with #9D0CCB

Text Example


Text Example

White with #9D0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,12,203); }

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

background-color css

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

 a { background-color: rgb(157,12,203); }

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

border-color css

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

 span { border-color: rgb(157,12,203); }

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