Html Css Color HEX #8C02BE Dark Violet

📋 copy color: '#8C02BE'

red 140 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #8C02BE

Tints of Dark Violet #8C02BE

RGB

 RED value IS 140 (55.08% from 255) = 42.17%

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 42.17%
G = 0.6%
B = 57.23%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C02BE (or 0x8C02BE) is known color: Dark Violet. HEX triplet: 8C, 02 and BE. RGB value is (140,2,190). Sum of RGB (Red+Green+Blue) = 140+2+190=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C02BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C02BE is #73FD41. Grayscale: #404040. Windows color (decimal): -7601474 or 12452492. OLE color: 12452492.

HSL color Cylindrical-coordinate representation of color #8C02BE: hue angle of 284.04º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02BE is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 2 190 -
CMYK 0.26 0.99 0 0.25
HSL 284.04º 0.98% 0.38% -
HSV(B) 284.04º 0.99% 0.75% -
XYZ 20.13 9.34 49.46 -
YUV 64.69 198.72 181.71 -
System Red Green Blue C M Y K H S L
Decimal 140 2 190 0.26 0.99 0 0.25 284.04 0.98 0.38
Hex 8C 2 BE 1A 63 0 19 11C 62 26
Octal 214 2 276 32 143 0 31 434 142 46
Binary 10001100 10 10111110 11010 1100011 0 11001 100011100 1100010 100110

Color Harmonies of #8C02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C02BE

Black with #8C02BE

Text Example


Text Example

White with #8C02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,2,190); }

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

background-color css

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

 a { background-color: rgb(140,2,190); }

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

border-color css

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

 span { border-color: rgb(140,2,190); }

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