Html Css Color HEX #850BBA Dark Violet

📋 copy color: '#850BBA'

red 133 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #850BBA

Tints of Dark Violet #850BBA

RGB

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

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

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

R = 40.3%
G = 3.33%
B = 56.36%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#850BBA (or 0x850BBA) is known color: Dark Violet. HEX triplet: 85, 0B and BA. RGB value is (133,11,186). Sum of RGB (Red+Green+Blue) = 133+11+186=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #850BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BBA is #7AF445. Grayscale: #424242. Windows color (decimal): -8057926 or 12192645. OLE color: 12192645.

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

Color convert

RGB 133 11 186 -
CMYK 0.28 0.94 0 0.27
HSL 281.83º 0.89% 0.39% -
HSV(B) 281.83º 0.94% 0.73% -
XYZ 18.66 8.77 47.16 -
YUV 67.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 133 11 186 0.28 0.94 0 0.27 281.83 0.89 0.39
Hex 85 B BA 1C 5E 0 1B 11A 59 27
Octal 205 13 272 34 136 0 33 432 131 47
Binary 10000101 1011 10111010 11100 1011110 0 11011 100011010 1011001 100111

Color Harmonies of #850BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BBA

Black with #850BBA

Text Example


Text Example

White with #850BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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