Html Css Color HEX #8C06EF Dark Violet

📋 copy color: '#8C06EF'

red 140 ◦ green 6 ◦ blue 239

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

Shades of Dark Violet #8C06EF

Tints of Dark Violet #8C06EF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.56%

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

R = 36.36%
G = 1.56%
B = 62.08%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C06EF (or 0x8C06EF) is known color: Dark Violet. HEX triplet: 8C, 06 and EF. RGB value is (140,6,239). Sum of RGB (Red+Green+Blue) = 140+6+239=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C06EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C06EF is #73F910. Grayscale: #474747. Windows color (decimal): -7600401 or 15664780. OLE color: 15664780.

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

Color convert

RGB 140 6 239 -
CMYK 0.41 0.97 0 0.06
HSL 274.51º 0.95% 0.48% -
HSV(B) 274.51º 0.97% 0.94% -
XYZ 26.46 11.94 82.57 -
YUV 72.63 221.89 176.05 -
System Red Green Blue C M Y K H S L
Decimal 140 6 239 0.41 0.97 0 0.06 274.51 0.95 0.48
Hex 8C 6 EF 29 61 0 6 113 5F 30
Octal 214 6 357 51 141 0 6 423 137 60
Binary 10001100 110 11101111 101001 1100001 0 110 100010011 1011111 110000

Color Harmonies of #8C06EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C06EF

Black with #8C06EF

Text Example


Text Example

White with #8C06EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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