Html Css Color HEX #850ABF Dark Violet

📋 copy color: '#850ABF'

red 133 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #850ABF

Tints of Dark Violet #850ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 39.82%
G = 2.99%
B = 57.19%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#850ABF (or 0x850ABF) is known color: Dark Violet. HEX triplet: 85, 0A and BF. RGB value is (133,10,191). Sum of RGB (Red+Green+Blue) = 133+10+191=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #850ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ABF is #7AF540. Grayscale: #424242. Windows color (decimal): -8058177 or 12520069. OLE color: 12520069.

HSL color Cylindrical-coordinate representation of color #850ABF: hue angle of 280.77º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850ABF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 10 191 -
CMYK 0.30 0.95 0 0.25
HSL 280.77º 0.9% 0.39% -
HSV(B) 280.77º 0.95% 0.75% -
XYZ 19.19 8.97 50.01 -
YUV 67.41 197.75 174.78 -
System Red Green Blue C M Y K H S L
Decimal 133 10 191 0.30 0.95 0 0.25 280.77 0.9 0.39
Hex 85 A BF 1E 5F 0 19 119 5A 27
Octal 205 12 277 36 137 0 31 431 132 47
Binary 10000101 1010 10111111 11110 1011111 0 11001 100011001 1011010 100111

Color Harmonies of #850ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850ABF

Black with #850ABF

Text Example


Text Example

White with #850ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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