Html Css Color HEX #8C05EF Dark Violet

📋 copy color: '#8C05EF'

red 140 ◦ green 5 ◦ blue 239

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

Shades of Dark Violet #8C05EF

Tints of Dark Violet #8C05EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 239 (93.75% from 255) = 62.24%

R = 36.46%
G = 1.3%
B = 62.24%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C05EF (or 0x8C05EF) is known color: Dark Violet. HEX triplet: 8C, 05 and EF. RGB value is (140,5,239). Sum of RGB (Red+Green+Blue) = 140+5+239=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C05EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C05EF is #73FA10. Grayscale: #474747. Windows color (decimal): -7600657 or 15664524. OLE color: 15664524.

HSL color Cylindrical-coordinate representation of color #8C05EF: hue angle of 274.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05EF is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 5 239 -
CMYK 0.41 0.98 0 0.06
HSL 274.62º 0.96% 0.48% -
HSV(B) 274.62º 0.98% 0.94% -
XYZ 26.45 11.92 82.57 -
YUV 72.04 222.23 176.47 -
System Red Green Blue C M Y K H S L
Decimal 140 5 239 0.41 0.98 0 0.06 274.62 0.96 0.48
Hex 8C 5 EF 29 62 0 6 113 60 30
Octal 214 5 357 51 142 0 6 423 140 60
Binary 10001100 101 11101111 101001 1100010 0 110 100010011 1100000 110000

Color Harmonies of #8C05EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C05EF

Black with #8C05EF

Text Example


Text Example

White with #8C05EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,239); }

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

background-color css

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

 a { background-color: rgb(140,5,239); }

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

border-color css

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

 span { border-color: rgb(140,5,239); }

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