Html Css Color HEX #9D15CB Dark Violet

📋 copy color: '#9D15CB'

red 157 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #9D15CB

Tints of Dark Violet #9D15CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

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

R = 41.21%
G = 5.51%
B = 53.28%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D15CB (or 0x9D15CB) is known color: Dark Violet. HEX triplet: 9D, 15 and CB. RGB value is (157,21,203). Sum of RGB (Red+Green+Blue) = 157+21+203=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D15CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D15CB is #62EA34. Grayscale: #515151. Windows color (decimal): -6482485 or 13309341. OLE color: 13309341.

HSL color Cylindrical-coordinate representation of color #9D15CB: hue angle of 284.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D15CB is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 21 203 -
CMYK 0.23 0.90 0 0.20
HSL 284.84º 0.81% 0.44% -
HSV(B) 284.84º 0.9% 0.8% -
XYZ 24.95 12.02 57.5 -
YUV 82.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 157 21 203 0.23 0.90 0 0.20 284.84 0.81 0.44
Hex 9D 15 CB 17 5A 0 14 11D 51 2C
Octal 235 25 313 27 132 0 24 435 121 54
Binary 10011101 10101 11001011 10111 1011010 0 10100 100011101 1010001 101100

Color Harmonies of #9D15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D15CB

Black with #9D15CB

Text Example


Text Example

White with #9D15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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