Html Css Color HEX #8C06BE Dark Violet

📋 copy color: '#8C06BE'

red 140 ◦ green 6 ◦ blue 190

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

Shades of Dark Violet #8C06BE

Tints of Dark Violet #8C06BE

RGB

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

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

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

R = 41.67%
G = 1.79%
B = 56.55%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C06BE (or 0x8C06BE) is known color: Dark Violet. HEX triplet: 8C, 06 and BE. RGB value is (140,6,190). Sum of RGB (Red+Green+Blue) = 140+6+190=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C06BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C06BE is #73F941. Grayscale: #424242. Windows color (decimal): -7600450 or 12453516. OLE color: 12453516.

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

Color convert

RGB 140 6 190 -
CMYK 0.26 0.97 0 0.25
HSL 283.7º 0.94% 0.38% -
HSV(B) 283.7º 0.97% 0.75% -
XYZ 20.17 9.42 49.47 -
YUV 67.04 197.39 180.04 -
System Red Green Blue C M Y K H S L
Decimal 140 6 190 0.26 0.97 0 0.25 283.7 0.94 0.38
Hex 8C 6 BE 1A 61 0 19 11C 5E 26
Octal 214 6 276 32 141 0 31 434 136 46
Binary 10001100 110 10111110 11010 1100001 0 11001 100011100 1011110 100110

Color Harmonies of #8C06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C06BE

Black with #8C06BE

Text Example


Text Example

White with #8C06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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