Html Css Color HEX #8C0BDD Dark Violet

📋 copy color: '#8C0BDD'

red 140 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #8C0BDD

Tints of Dark Violet #8C0BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.96%

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 37.63%
G = 2.96%
B = 59.41%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C0BDD (or 0x8C0BDD) is known color: Dark Violet. HEX triplet: 8C, 0B and DD. RGB value is (140,11,221). Sum of RGB (Red+Green+Blue) = 140+11+221=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C0BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0BDD is #73F422. Grayscale: #484848. Windows color (decimal): -7599139 or 14486412. OLE color: 14486412.

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

Color convert

RGB 140 11 221 -
CMYK 0.37 0.95 0 0.13
HSL 276.86º 0.91% 0.45% -
HSV(B) 276.86º 0.95% 0.87% -
XYZ 23.99 11.04 69.27 -
YUV 73.51 211.24 175.42 -
System Red Green Blue C M Y K H S L
Decimal 140 11 221 0.37 0.95 0 0.13 276.86 0.91 0.45
Hex 8C B DD 25 5F 0 D 115 5B 2D
Octal 214 13 335 45 137 0 15 425 133 55
Binary 10001100 1011 11011101 100101 1011111 0 1101 100010101 1011011 101101

Color Harmonies of #8C0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0BDD

Black with #8C0BDD

Text Example


Text Example

White with #8C0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,11,221); }

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

background-color css

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

 a { background-color: rgb(140,11,221); }

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

border-color css

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

 span { border-color: rgb(140,11,221); }

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