Html Css Color HEX #9D02BC Dark Violet

📋 copy color: '#9D02BC'

red 157 ◦ green 2 ◦ blue 188

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

Shades of Dark Violet #9D02BC

Tints of Dark Violet #9D02BC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 45.24%
G = 0.58%
B = 54.18%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D02BC (or 0x9D02BC) is known color: Dark Violet. HEX triplet: 9D, 02 and BC. RGB value is (157,2,188). Sum of RGB (Red+Green+Blue) = 157+2+188=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D02BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D02BC is #62FD43. Grayscale: #444444. Windows color (decimal): -6487364 or 12321437. OLE color: 12321437.

HSL color Cylindrical-coordinate representation of color #9D02BC: hue angle of 290º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D02BC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 2 188 -
CMYK 0.16 0.99 0 0.26
HSL 290º 0.98% 0.37% -
HSV(B) 290º 0.99% 0.74% -
XYZ 23 10.84 48.46 -
YUV 69.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 157 2 188 0.16 0.99 0 0.26 290 0.98 0.37
Hex 9D 2 BC 10 63 0 1A 122 62 25
Octal 235 2 274 20 143 0 32 442 142 45
Binary 10011101 10 10111100 10000 1100011 0 11010 100100010 1100010 100101

Color Harmonies of #9D02BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D02BC

Black with #9D02BC

Text Example


Text Example

White with #9D02BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,2,188); }

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

background-color css

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

 a { background-color: rgb(157,2,188); }

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

border-color css

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

 span { border-color: rgb(157,2,188); }

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