Html Css Color HEX #850ABA Dark Violet

📋 copy color: '#850ABA'

red 133 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #850ABA

Tints of Dark Violet #850ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 40.43%
G = 3.04%
B = 56.53%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#850ABA (or 0x850ABA) is known color: Dark Violet. HEX triplet: 85, 0A and BA. RGB value is (133,10,186). Sum of RGB (Red+Green+Blue) = 133+10+186=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #850ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ABA is #7AF545. Grayscale: #424242. Windows color (decimal): -8058182 or 12192389. OLE color: 12192389.

HSL color Cylindrical-coordinate representation of color #850ABA: hue angle of 281.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850ABA is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 10 186 -
CMYK 0.28 0.95 0 0.27
HSL 281.93º 0.9% 0.38% -
HSV(B) 281.93º 0.95% 0.73% -
XYZ 18.64 8.75 47.16 -
YUV 66.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 133 10 186 0.28 0.95 0 0.27 281.93 0.9 0.38
Hex 85 A BA 1C 5F 0 1B 11A 5A 26
Octal 205 12 272 34 137 0 33 432 132 46
Binary 10000101 1010 10111010 11100 1011111 0 11011 100011010 1011010 100110

Color Harmonies of #850ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850ABA

Black with #850ABA

Text Example


Text Example

White with #850ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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