Html Css Color HEX #8D02EB Dark Violet

📋 copy color: '#8D02EB'

red 141 ◦ green 2 ◦ blue 235

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

Shades of Dark Violet #8D02EB

Tints of Dark Violet #8D02EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 37.3%
G = 0.53%
B = 62.17%

CMYK

 C value IS 0.4

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D02EB (or 0x8D02EB) is known color: Dark Violet. HEX triplet: 8D, 02 and EB. RGB value is (141,2,235). Sum of RGB (Red+Green+Blue) = 141+2+235=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D02EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D02EB is #72FD14. Grayscale: #454545. Windows color (decimal): -7535893 or 15401613. OLE color: 15401613.

HSL color Cylindrical-coordinate representation of color #8D02EB: hue angle of 275.79º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02EB is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 2 235 -
CMYK 0.4 0.99 0 0.08
HSL 275.79º 0.98% 0.46% -
HSV(B) 275.79º 0.99% 0.92% -
XYZ 26 11.7 79.49 -
YUV 70.12 221.05 178.55 -
System Red Green Blue C M Y K H S L
Decimal 141 2 235 0.4 0.99 0 0.08 275.79 0.98 0.46
Hex 8D 2 EB 28 63 0 8 114 62 2E
Octal 215 2 353 50 143 0 10 424 142 56
Binary 10001101 10 11101011 101000 1100011 0 1000 100010100 1100010 101110

Color Harmonies of #8D02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D02EB

Black with #8D02EB

Text Example


Text Example

White with #8D02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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