Html Css Color HEX #8C02DF Dark Violet

📋 copy color: '#8C02DF'

red 140 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #8C02DF

Tints of Dark Violet #8C02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 38.36%
G = 0.55%
B = 61.1%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C02DF (or 0x8C02DF) is known color: Dark Violet. HEX triplet: 8C, 02 and DF. RGB value is (140,2,223). Sum of RGB (Red+Green+Blue) = 140+2+223=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C02DF is #73FD20. Grayscale: #434343. Windows color (decimal): -7601441 or 14615180. OLE color: 14615180.

HSL color Cylindrical-coordinate representation of color #8C02DF: hue angle of 277.47º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02DF is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 2 223 -
CMYK 0.37 0.99 0 0.13
HSL 277.47º 0.98% 0.44% -
HSV(B) 277.47º 0.99% 0.87% -
XYZ 24.16 10.95 70.65 -
YUV 68.46 215.22 179.03 -
System Red Green Blue C M Y K H S L
Decimal 140 2 223 0.37 0.99 0 0.13 277.47 0.98 0.44
Hex 8C 2 DF 25 63 0 D 115 62 2C
Octal 214 2 337 45 143 0 15 425 142 54
Binary 10001100 10 11011111 100101 1100011 0 1101 100010101 1100010 101100

Color Harmonies of #8C02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C02DF

Black with #8C02DF

Text Example


Text Example

White with #8C02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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