Html Css Color HEX #8C0BD5 Dark Violet

📋 copy color: '#8C0BD5'

red 140 ◦ green 11 ◦ blue 213

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

Shades of Dark Violet #8C0BD5

Tints of Dark Violet #8C0BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.52%

R = 38.46%
G = 3.02%
B = 58.52%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C0BD5 (or 0x8C0BD5) is known color: Dark Violet. HEX triplet: 8C, 0B and D5. RGB value is (140,11,213). Sum of RGB (Red+Green+Blue) = 140+11+213=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #8C0BD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0BD5 is #73F42A. Grayscale: #474747. Windows color (decimal): -7599147 or 13962124. OLE color: 13962124.

HSL color Cylindrical-coordinate representation of color #8C0BD5: hue angle of 278.32º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0BD5 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 11 213 -
CMYK 0.34 0.95 0 0.16
HSL 278.32º 0.9% 0.44% -
HSV(B) 278.32º 0.95% 0.84% -
XYZ 22.95 10.62 63.79 -
YUV 72.6 207.24 176.07 -
System Red Green Blue C M Y K H S L
Decimal 140 11 213 0.34 0.95 0 0.16 278.32 0.9 0.44
Hex 8C B D5 22 5F 0 10 116 5A 2C
Octal 214 13 325 42 137 0 20 426 132 54
Binary 10001100 1011 11010101 100010 1011111 0 10000 100010110 1011010 101100

Color Harmonies of #8C0BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0BD5

Black with #8C0BD5

Text Example


Text Example

White with #8C0BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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