Html Css Color HEX #9D02BA Dark Violet

📋 copy color: '#9D02BA'

red 157 ◦ green 2 ◦ blue 186

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

Shades of Dark Violet #9D02BA

Tints of Dark Violet #9D02BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 45.51%
G = 0.58%
B = 53.91%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D02BA (or 0x9D02BA) is known color: Dark Violet. HEX triplet: 9D, 02 and BA. RGB value is (157,2,186). Sum of RGB (Red+Green+Blue) = 157+2+186=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D02BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D02BA is #62FD45. Grayscale: #444444. Windows color (decimal): -6487366 or 12190365. OLE color: 12190365.

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

Color convert

RGB 157 2 186 -
CMYK 0.16 0.99 0 0.27
HSL 290.54º 0.98% 0.37% -
HSV(B) 290.54º 0.99% 0.73% -
XYZ 22.79 10.76 47.33 -
YUV 69.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 157 2 186 0.16 0.99 0 0.27 290.54 0.98 0.37
Hex 9D 2 BA 10 63 0 1B 123 62 25
Octal 235 2 272 20 143 0 33 443 142 45
Binary 10011101 10 10111010 10000 1100011 0 11011 100100011 1100010 100101

Color Harmonies of #9D02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D02BA

Black with #9D02BA

Text Example


Text Example

White with #9D02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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