Html Css Color HEX #850EEE Blue Violet

📋 copy color: '#850EEE'

red 133 ◦ green 14 ◦ blue 238

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

Shades of Blue Violet #850EEE

Tints of Blue Violet #850EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.82%

R = 34.55%
G = 3.64%
B = 61.82%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#850EEE (or 0x850EEE) is known color: Blue Violet. HEX triplet: 85, 0E and EE. RGB value is (133,14,238). Sum of RGB (Red+Green+Blue) = 133+14+238=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #850EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850EEE is #7AF111. Grayscale: #4A4A4A. Windows color (decimal): -8057106 or 15601285. OLE color: 15601285.

HSL color Cylindrical-coordinate representation of color #850EEE: hue angle of 271.88º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EEE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 14 238 -
CMYK 0.44 0.94 0 0.07
HSL 271.88º 0.89% 0.49% -
HSV(B) 271.88º 0.94% 0.93% -
XYZ 25.26 11.47 81.77 -
YUV 75.12 219.92 169.29 -
System Red Green Blue C M Y K H S L
Decimal 133 14 238 0.44 0.94 0 0.07 271.88 0.89 0.49
Hex 85 E EE 2C 5E 0 7 110 59 31
Octal 205 16 356 54 136 0 7 420 131 61
Binary 10000101 1110 11101110 101100 1011110 0 111 100010000 1011001 110001

Color Harmonies of #850EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850EEE

Black with #850EEE

Text Example


Text Example

White with #850EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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