Html Css Color HEX #8506AE Dark Violet

📋 copy color: '#8506AE'

red 133 ◦ green 6 ◦ blue 174

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

Shades of Dark Violet #8506AE

Tints of Dark Violet #8506AE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 42.49%
G = 1.92%
B = 55.59%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8506AE (or 0x8506AE) is known color: Dark Violet. HEX triplet: 85, 06 and AE. RGB value is (133,6,174). Sum of RGB (Red+Green+Blue) = 133+6+174=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #8506AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8506AE is #7AF951. Grayscale: #3E3E3E. Windows color (decimal): -8059218 or 11404933. OLE color: 11404933.

HSL color Cylindrical-coordinate representation of color #8506AE: hue angle of 285.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506AE is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 6 174 -
CMYK 0.24 0.97 0 0.32
HSL 285.36º 0.93% 0.35% -
HSV(B) 285.36º 0.97% 0.68% -
XYZ 17.38 8.17 40.71 -
YUV 63.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 133 6 174 0.24 0.97 0 0.32 285.36 0.93 0.35
Hex 85 6 AE 18 61 0 20 11D 5D 23
Octal 205 6 256 30 141 0 40 435 135 43
Binary 10000101 110 10101110 11000 1100001 0 100000 100011101 1011101 100011

Color Harmonies of #8506AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8506AE

Black with #8506AE

Text Example


Text Example

White with #8506AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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