Html Css Color HEX #8C0CED Dark Violet

📋 copy color: '#8C0CED'

red 140 ◦ green 12 ◦ blue 237

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

Shades of Dark Violet #8C0CED

Tints of Dark Violet #8C0CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 35.99%
G = 3.08%
B = 60.93%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C0CED (or 0x8C0CED) is known color: Dark Violet. HEX triplet: 8C, 0C and ED. RGB value is (140,12,237). Sum of RGB (Red+Green+Blue) = 140+12+237=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C0CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0CED is #73F312. Grayscale: #4B4B4B. Windows color (decimal): -7598867 or 15535244. OLE color: 15535244.

HSL color Cylindrical-coordinate representation of color #8C0CED: hue angle of 274.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0CED is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 12 237 -
CMYK 0.41 0.95 0 0.07
HSL 274.13º 0.9% 0.49% -
HSV(B) 274.13º 0.95% 0.93% -
XYZ 26.23 11.95 81.05 -
YUV 75.92 218.91 173.7 -
System Red Green Blue C M Y K H S L
Decimal 140 12 237 0.41 0.95 0 0.07 274.13 0.9 0.49
Hex 8C C ED 29 5F 0 7 112 5A 31
Octal 214 14 355 51 137 0 7 422 132 61
Binary 10001100 1100 11101101 101001 1011111 0 111 100010010 1011010 110001

Color Harmonies of #8C0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CED

Black with #8C0CED

Text Example


Text Example

White with #8C0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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