Html Css Color HEX #8C0ADF Dark Violet

📋 copy color: '#8C0ADF'

red 140 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #8C0ADF

Tints of Dark Violet #8C0ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 37.53%
G = 2.68%
B = 59.79%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C0ADF (or 0x8C0ADF) is known color: Dark Violet. HEX triplet: 8C, 0A and DF. RGB value is (140,10,223). Sum of RGB (Red+Green+Blue) = 140+10+223=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0ADF is #73F520. Grayscale: #484848. Windows color (decimal): -7599393 or 14617228. OLE color: 14617228.

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

Color convert

RGB 140 10 223 -
CMYK 0.37 0.96 0 0.13
HSL 276.62º 0.91% 0.46% -
HSV(B) 276.62º 0.96% 0.87% -
XYZ 24.24 11.12 70.68 -
YUV 73.15 212.57 175.68 -
System Red Green Blue C M Y K H S L
Decimal 140 10 223 0.37 0.96 0 0.13 276.62 0.91 0.46
Hex 8C A DF 25 60 0 D 115 5B 2E
Octal 214 12 337 45 140 0 15 425 133 56
Binary 10001100 1010 11011111 100101 1100000 0 1101 100010101 1011011 101110

Color Harmonies of #8C0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0ADF

Black with #8C0ADF

Text Example


Text Example

White with #8C0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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