Html Css Color HEX #850EDD Dark Violet

📋 copy color: '#850EDD'

red 133 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #850EDD

Tints of Dark Violet #850EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 36.14%
G = 3.8%
B = 60.05%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#850EDD (or 0x850EDD) is known color: Dark Violet. HEX triplet: 85, 0E and DD. RGB value is (133,14,221). Sum of RGB (Red+Green+Blue) = 133+14+221=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #850EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850EDD is #7AF122. Grayscale: #484848. Windows color (decimal): -8057123 or 14487173. OLE color: 14487173.

HSL color Cylindrical-coordinate representation of color #850EDD: hue angle of 274.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EDD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 14 221 -
CMYK 0.40 0.94 0 0.13
HSL 274.49º 0.88% 0.46% -
HSV(B) 274.49º 0.94% 0.87% -
XYZ 22.88 10.52 69.23 -
YUV 73.18 211.42 170.67 -
System Red Green Blue C M Y K H S L
Decimal 133 14 221 0.40 0.94 0 0.13 274.49 0.88 0.46
Hex 85 E DD 28 5E 0 D 112 58 2E
Octal 205 16 335 50 136 0 15 422 130 56
Binary 10000101 1110 11011101 101000 1011110 0 1101 100010010 1011000 101110

Color Harmonies of #850EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850EDD

Black with #850EDD

Text Example


Text Example

White with #850EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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