Html Css Color HEX #8C0ADB Dark Violet

📋 copy color: '#8C0ADB'

red 140 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #8C0ADB

Tints of Dark Violet #8C0ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.71%

 BLUE value IS 219 (85.94% from 255) = 59.35%

R = 37.94%
G = 2.71%
B = 59.35%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C0ADB (or 0x8C0ADB) is known color: Dark Violet. HEX triplet: 8C, 0A and DB. RGB value is (140,10,219). Sum of RGB (Red+Green+Blue) = 140+10+219=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C0ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0ADB is #73F524. Grayscale: #474747. Windows color (decimal): -7599397 or 14355084. OLE color: 14355084.

HSL color Cylindrical-coordinate representation of color #8C0ADB: hue angle of 277.32º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0ADB is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 10 219 -
CMYK 0.36 0.95 0 0.14
HSL 277.32º 0.91% 0.45% -
HSV(B) 277.32º 0.95% 0.86% -
XYZ 23.71 10.91 67.87 -
YUV 72.7 210.57 176.01 -
System Red Green Blue C M Y K H S L
Decimal 140 10 219 0.36 0.95 0 0.14 277.32 0.91 0.45
Hex 8C A DB 24 5F 0 E 115 5B 2D
Octal 214 12 333 44 137 0 16 425 133 55
Binary 10001100 1010 11011011 100100 1011111 0 1110 100010101 1011011 101101

Color Harmonies of #8C0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0ADB

Black with #8C0ADB

Text Example


Text Example

White with #8C0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,10,219); }

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

background-color css

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

 a { background-color: rgb(140,10,219); }

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

border-color css

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

 span { border-color: rgb(140,10,219); }

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