Html Css Color HEX #850AE0 Dark Violet

📋 copy color: '#850AE0'

red 133 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #850AE0

Tints of Dark Violet #850AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.04%

R = 36.24%
G = 2.72%
B = 61.04%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#850AE0 (or 0x850AE0) is known color: Dark Violet. HEX triplet: 85, 0A and E0. RGB value is (133,10,224). Sum of RGB (Red+Green+Blue) = 133+10+224=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #850AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850AE0 is #7AF51F. Grayscale: #464646. Windows color (decimal): -8058144 or 14682757. OLE color: 14682757.

HSL color Cylindrical-coordinate representation of color #850AE0: hue angle of 274.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850AE0 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 10 224 -
CMYK 0.41 0.96 0 0.12
HSL 274.49º 0.91% 0.46% -
HSV(B) 274.49º 0.96% 0.88% -
XYZ 23.24 10.59 71.34 -
YUV 71.17 214.25 172.1 -
System Red Green Blue C M Y K H S L
Decimal 133 10 224 0.41 0.96 0 0.12 274.49 0.91 0.46
Hex 85 A E0 29 60 0 C 112 5B 2E
Octal 205 12 340 51 140 0 14 422 133 56
Binary 10000101 1010 11100000 101001 1100000 0 1100 100010010 1011011 101110

Color Harmonies of #850AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850AE0

Black with #850AE0

Text Example


Text Example

White with #850AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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