Html Css Color HEX #8C0CEB Dark Violet

📋 copy color: '#8C0CEB'

red 140 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #8C0CEB

Tints of Dark Violet #8C0CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.1%

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 36.18%
G = 3.1%
B = 60.72%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C0CEB (or 0x8C0CEB) is known color: Dark Violet. HEX triplet: 8C, 0C and EB. RGB value is (140,12,235). Sum of RGB (Red+Green+Blue) = 140+12+235=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C0CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0CEB is #73F314. Grayscale: #4A4A4A. Windows color (decimal): -7598869 or 15404172. OLE color: 15404172.

HSL color Cylindrical-coordinate representation of color #8C0CEB: hue angle of 274.44º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0CEB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 12 235 -
CMYK 0.40 0.95 0 0.08
HSL 274.44º 0.9% 0.48% -
HSV(B) 274.44º 0.95% 0.92% -
XYZ 25.94 11.84 79.51 -
YUV 75.69 217.91 173.87 -
System Red Green Blue C M Y K H S L
Decimal 140 12 235 0.40 0.95 0 0.08 274.44 0.9 0.48
Hex 8C C EB 28 5F 0 8 112 5A 30
Octal 214 14 353 50 137 0 10 422 132 60
Binary 10001100 1100 11101011 101000 1011111 0 1000 100010010 1011010 110000

Color Harmonies of #8C0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CEB

Black with #8C0CEB

Text Example


Text Example

White with #8C0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,12,235); }

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

background-color css

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

 a { background-color: rgb(140,12,235); }

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

border-color css

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

 span { border-color: rgb(140,12,235); }

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