Html Css Color HEX #8510AE Dark Violet

📋 copy color: '#8510AE'

red 133 ◦ green 16 ◦ blue 174

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

Shades of Dark Violet #8510AE

Tints of Dark Violet #8510AE

RGB

 RED value IS 133 (52.34% from 255) = 41.18%

 GREEN value IS 16 (6.64% from 255) = 4.95%

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

R = 41.18%
G = 4.95%
B = 53.87%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8510AE (or 0x8510AE) is known color: Dark Violet. HEX triplet: 85, 10 and AE. RGB value is (133,16,174). Sum of RGB (Red+Green+Blue) = 133+16+174=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #8510AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8510AE is #7AEF51. Grayscale: #444444. Windows color (decimal): -8056658 or 11407493. OLE color: 11407493.

HSL color Cylindrical-coordinate representation of color #8510AE: hue angle of 284.43º degrees, saturation: 0.83, 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 #8510AE is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 16 174 -
CMYK 0.24 0.91 0 0.32
HSL 284.43º 0.83% 0.37% -
HSV(B) 284.43º 0.91% 0.68% -
XYZ 17.5 8.41 40.75 -
YUV 69 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 133 16 174 0.24 0.91 0 0.32 284.43 0.83 0.37
Hex 85 10 AE 18 5B 0 20 11C 53 25
Octal 205 20 256 30 133 0 40 434 123 45
Binary 10000101 10000 10101110 11000 1011011 0 100000 100011100 1010011 100101

Color Harmonies of #8510AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510AE

Black with #8510AE

Text Example


Text Example

White with #8510AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8510AE; }

 p { color: rgb(133,16,174); }

 H1.HeaderClassName
 {
   color: #8510AE;
 }
 .AnyTagClassName
 {
   color: #8510AE;
 }
</style>

background-color css

<style>
 a { background-color: #8510AE; }

 a { background-color: rgb(133,16,174); }

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

border-color css

<style>
 span { border-color: #8510AE; }

 span { border-color: rgb(133,16,174); }

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