Html Css Color HEX #850AAF Dark Violet

📋 copy color: '#850AAF'

red 133 ◦ green 10 ◦ blue 175

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

Shades of Dark Violet #850AAF

Tints of Dark Violet #850AAF

RGB

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

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

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

R = 41.82%
G = 3.14%
B = 55.03%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#850AAF (or 0x850AAF) is known color: Dark Violet. HEX triplet: 85, 0A and AF. RGB value is (133,10,175). Sum of RGB (Red+Green+Blue) = 133+10+175=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #850AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850AAF is #7AF550. Grayscale: #414141. Windows color (decimal): -8058193 or 11471493. OLE color: 11471493.

HSL color Cylindrical-coordinate representation of color #850AAF: hue angle of 284.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850AAF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 10 175 -
CMYK 0.24 0.94 0 0.31
HSL 284.73º 0.89% 0.36% -
HSV(B) 284.73º 0.94% 0.69% -
XYZ 17.52 8.3 41.24 -
YUV 65.59 189.75 176.08 -
System Red Green Blue C M Y K H S L
Decimal 133 10 175 0.24 0.94 0 0.31 284.73 0.89 0.36
Hex 85 A AF 18 5E 0 1F 11D 59 24
Octal 205 12 257 30 136 0 37 435 131 44
Binary 10000101 1010 10101111 11000 1011110 0 11111 100011101 1011001 100100

Color Harmonies of #850AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850AAF

Black with #850AAF

Text Example


Text Example

White with #850AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850AAF; }

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

 H1.HeaderClassName
 {
   color: #850AAF;
 }
 .AnyTagClassName
 {
   color: #850AAF;
 }
</style>

background-color css

<style>
 a { background-color: #850AAF; }

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

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

border-color css

<style>
 span { border-color: #850AAF; }

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

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