Html Css Color HEX #850BB5 Dark Violet

📋 copy color: '#850BB5'

red 133 ◦ green 11 ◦ blue 181

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

Shades of Dark Violet #850BB5

Tints of Dark Violet #850BB5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.38%

 BLUE value IS 181 (71.09% from 255) = 55.69%

R = 40.92%
G = 3.38%
B = 55.69%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#850BB5 (or 0x850BB5) is known color: Dark Violet. HEX triplet: 85, 0B and B5. RGB value is (133,11,181). Sum of RGB (Red+Green+Blue) = 133+11+181=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #850BB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BB5 is #7AF44A. Grayscale: #424242. Windows color (decimal): -8057931 or 11864965. OLE color: 11864965.

HSL color Cylindrical-coordinate representation of color #850BB5: hue angle of 283.06º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850BB5 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 11 181 -
CMYK 0.27 0.94 0 0.29
HSL 283.06º 0.89% 0.38% -
HSV(B) 283.06º 0.94% 0.71% -
XYZ 18.13 8.56 44.41 -
YUV 66.86 192.42 175.18 -
System Red Green Blue C M Y K H S L
Decimal 133 11 181 0.27 0.94 0 0.29 283.06 0.89 0.38
Hex 85 B B5 1B 5E 0 1D 11B 59 26
Octal 205 13 265 33 136 0 35 433 131 46
Binary 10000101 1011 10110101 11011 1011110 0 11101 100011011 1011001 100110

Color Harmonies of #850BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BB5

Black with #850BB5

Text Example


Text Example

White with #850BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,11,181); }

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

background-color css

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

 a { background-color: rgb(133,11,181); }

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

border-color css

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

 span { border-color: rgb(133,11,181); }

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