Html Css Color HEX #8506AF Dark Violet

📋 copy color: '#8506AF'

red 133 ◦ green 6 ◦ blue 175

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

Shades of Dark Violet #8506AF

Tints of Dark Violet #8506AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 42.36%
G = 1.91%
B = 55.73%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8506AF (or 0x8506AF) is known color: Dark Violet. HEX triplet: 85, 06 and AF. RGB value is (133,6,175). Sum of RGB (Red+Green+Blue) = 133+6+175=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #8506AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8506AF is #7AF950. Grayscale: #3E3E3E. Windows color (decimal): -8059217 or 11470469. OLE color: 11470469.

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

Color convert

RGB 133 6 175 -
CMYK 0.24 0.97 0 0.31
HSL 285.09º 0.93% 0.35% -
HSV(B) 285.09º 0.97% 0.69% -
XYZ 17.48 8.21 41.22 -
YUV 63.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 133 6 175 0.24 0.97 0 0.31 285.09 0.93 0.35
Hex 85 6 AF 18 61 0 1F 11D 5D 23
Octal 205 6 257 30 141 0 37 435 135 43
Binary 10000101 110 10101111 11000 1100001 0 11111 100011101 1011101 100011

Color Harmonies of #8506AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8506AF

Black with #8506AF

Text Example


Text Example

White with #8506AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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