Html Css Color HEX #850DBA Dark Violet

📋 copy color: '#850DBA'

red 133 ◦ green 13 ◦ blue 186

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

Shades of Dark Violet #850DBA

Tints of Dark Violet #850DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

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

R = 40.06%
G = 3.92%
B = 56.02%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#850DBA (or 0x850DBA) is known color: Dark Violet. HEX triplet: 85, 0D and BA. RGB value is (133,13,186). Sum of RGB (Red+Green+Blue) = 133+13+186=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #850DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DBA is #7AF245. Grayscale: #444444. Windows color (decimal): -8057414 or 12193157. OLE color: 12193157.

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

Color convert

RGB 133 13 186 -
CMYK 0.28 0.93 0 0.27
HSL 281.62º 0.87% 0.39% -
HSV(B) 281.62º 0.93% 0.73% -
XYZ 18.68 8.82 47.17 -
YUV 68.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 133 13 186 0.28 0.93 0 0.27 281.62 0.87 0.39
Hex 85 D BA 1C 5D 0 1B 11A 57 27
Octal 205 15 272 34 135 0 33 432 127 47
Binary 10000101 1101 10111010 11100 1011101 0 11011 100011010 1010111 100111

Color Harmonies of #850DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DBA

Black with #850DBA

Text Example


Text Example

White with #850DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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