Html Css Color HEX #8C0FAE Dark Violet

📋 copy color: '#8C0FAE'

red 140 ◦ green 15 ◦ blue 174

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

Shades of Dark Violet #8C0FAE

Tints of Dark Violet #8C0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.56%

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 42.55%
G = 4.56%
B = 52.89%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C0FAE (or 0x8C0FAE) is known color: Dark Violet. HEX triplet: 8C, 0F and AE. RGB value is (140,15,174). Sum of RGB (Red+Green+Blue) = 140+15+174=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0FAE is #73F051. Grayscale: #454545. Windows color (decimal): -7598162 or 11407244. OLE color: 11407244.

HSL color Cylindrical-coordinate representation of color #8C0FAE: hue angle of 287.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0FAE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 15 174 -
CMYK 0.20 0.91 0 0.32
HSL 287.17º 0.84% 0.37% -
HSV(B) 287.17º 0.91% 0.68% -
XYZ 18.63 8.97 40.79 -
YUV 70.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 140 15 174 0.20 0.91 0 0.32 287.17 0.84 0.37
Hex 8C F AE 14 5B 0 20 11F 54 25
Octal 214 17 256 24 133 0 40 437 124 45
Binary 10001100 1111 10101110 10100 1011011 0 100000 100011111 1010100 100101

Color Harmonies of #8C0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0FAE

Black with #8C0FAE

Text Example


Text Example

White with #8C0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,15,174); }

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

background-color css

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

 a { background-color: rgb(140,15,174); }

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

border-color css

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

 span { border-color: rgb(140,15,174); }

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