Html Css Color HEX #8C02F7 Dark Violet

📋 copy color: '#8C02F7'

red 140 ◦ green 2 ◦ blue 247

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

Shades of Dark Violet #8C02F7

Tints of Dark Violet #8C02F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.5%

R = 35.99%
G = 0.51%
B = 63.5%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8C02F7 (or 0x8C02F7) is known color: Dark Violet. HEX triplet: 8C, 02 and F7. RGB value is (140,2,247). Sum of RGB (Red+Green+Blue) = 140+2+247=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C02F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C02F7 is #73FD08. Grayscale: #464646. Windows color (decimal): -7601417 or 16188044. OLE color: 16188044.

HSL color Cylindrical-coordinate representation of color #8C02F7: hue angle of 273.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02F7 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 2 247 -
CMYK 0.43 0.99 0 0.03
HSL 273.8º 0.98% 0.49% -
HSV(B) 273.8º 0.99% 0.97% -
XYZ 27.63 12.33 88.92 -
YUV 71.19 227.22 177.08 -
System Red Green Blue C M Y K H S L
Decimal 140 2 247 0.43 0.99 0 0.03 273.8 0.98 0.49
Hex 8C 2 F7 2B 63 0 3 112 62 31
Octal 214 2 367 53 143 0 3 422 142 61
Binary 10001100 10 11110111 101011 1100011 0 11 100010010 1100010 110001

Color Harmonies of #8C02F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C02F7

Black with #8C02F7

Text Example


Text Example

White with #8C02F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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