Html Css Color HEX #8D02BB Dark Violet

📋 copy color: '#8D02BB'

red 141 ◦ green 2 ◦ blue 187

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

Shades of Dark Violet #8D02BB

Tints of Dark Violet #8D02BB

RGB

 RED value IS 141 (55.47% from 255) = 42.73%

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 42.73%
G = 0.61%
B = 56.67%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D02BB (or 0x8D02BB) is known color: Dark Violet. HEX triplet: 8D, 02 and BB. RGB value is (141,2,187). Sum of RGB (Red+Green+Blue) = 141+2+187=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02BB is #72FD44. Grayscale: #404040. Windows color (decimal): -7535941 or 12255885. OLE color: 12255885.

HSL color Cylindrical-coordinate representation of color #8D02BB: hue angle of 285.08º 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 #8D02BB is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 2 187 -
CMYK 0.25 0.99 0 0.27
HSL 285.08º 0.98% 0.37% -
HSV(B) 285.08º 0.99% 0.73% -
XYZ 19.98 9.29 47.75 -
YUV 64.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 141 2 187 0.25 0.99 0 0.27 285.08 0.98 0.37
Hex 8D 2 BB 19 63 0 1B 11D 62 25
Octal 215 2 273 31 143 0 33 435 142 45
Binary 10001101 10 10111011 11001 1100011 0 11011 100011101 1100010 100101

Color Harmonies of #8D02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D02BB

Black with #8D02BB

Text Example


Text Example

White with #8D02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D02BB; }

 p { color: rgb(141,2,187); }

 H1.HeaderClassName
 {
   color: #8D02BB;
 }
 .AnyTagClassName
 {
   color: #8D02BB;
 }
</style>

background-color css

<style>
 a { background-color: #8D02BB; }

 a { background-color: rgb(141,2,187); }

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

border-color css

<style>
 span { border-color: #8D02BB; }

 span { border-color: rgb(141,2,187); }

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