Html Css Color HEX #850EBC Dark Violet

📋 copy color: '#850EBC'

red 133 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #850EBC

Tints of Dark Violet #850EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.18%

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 39.7%
G = 4.18%
B = 56.12%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#850EBC (or 0x850EBC) is known color: Dark Violet. HEX triplet: 85, 0E and BC. RGB value is (133,14,188). Sum of RGB (Red+Green+Blue) = 133+14+188=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #850EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850EBC is #7AF143. Grayscale: #444444. Windows color (decimal): -8057156 or 12324485. OLE color: 12324485.

HSL color Cylindrical-coordinate representation of color #850EBC: hue angle of 281.03º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850EBC is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 14 188 -
CMYK 0.29 0.93 0 0.26
HSL 281.03º 0.86% 0.4% -
HSV(B) 281.03º 0.93% 0.74% -
XYZ 18.91 8.93 48.3 -
YUV 69.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 133 14 188 0.29 0.93 0 0.26 281.03 0.86 0.4
Hex 85 E BC 1D 5D 0 1A 119 56 28
Octal 205 16 274 35 135 0 32 431 126 50
Binary 10000101 1110 10111100 11101 1011101 0 11010 100011001 1010110 101000

Color Harmonies of #850EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850EBC

Black with #850EBC

Text Example


Text Example

White with #850EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,14,188); }

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

background-color css

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

 a { background-color: rgb(133,14,188); }

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

border-color css

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

 span { border-color: rgb(133,14,188); }

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