Html Css Color HEX #8C06BC Dark Violet

📋 copy color: '#8C06BC'

red 140 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #8C06BC

Tints of Dark Violet #8C06BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 41.92%
G = 1.8%
B = 56.29%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C06BC (or 0x8C06BC) is known color: Dark Violet. HEX triplet: 8C, 06 and BC. RGB value is (140,6,188). Sum of RGB (Red+Green+Blue) = 140+6+188=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C06BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C06BC is #73F943. Grayscale: #424242. Windows color (decimal): -7600452 or 12322444. OLE color: 12322444.

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

Color convert

RGB 140 6 188 -
CMYK 0.26 0.97 0 0.26
HSL 284.18º 0.94% 0.38% -
HSV(B) 284.18º 0.97% 0.74% -
XYZ 19.96 9.34 48.33 -
YUV 66.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 140 6 188 0.26 0.97 0 0.26 284.18 0.94 0.38
Hex 8C 6 BC 1A 61 0 1A 11C 5E 26
Octal 214 6 274 32 141 0 32 434 136 46
Binary 10001100 110 10111100 11010 1100001 0 11010 100011100 1011110 100110

Color Harmonies of #8C06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C06BC

Black with #8C06BC

Text Example


Text Example

White with #8C06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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