Html Css Color HEX #850EE8 Blue Violet

📋 copy color: '#850EE8'

red 133 ◦ green 14 ◦ blue 232

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

Shades of Blue Violet #850EE8

Tints of Blue Violet #850EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.21%

R = 35.09%
G = 3.69%
B = 61.21%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#850EE8 (or 0x850EE8) is known color: Blue Violet. HEX triplet: 85, 0E and E8. RGB value is (133,14,232). Sum of RGB (Red+Green+Blue) = 133+14+232=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #850EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850EE8 is #7AF117. Grayscale: #494949. Windows color (decimal): -8057112 or 15208069. OLE color: 15208069.

HSL color Cylindrical-coordinate representation of color #850EE8: hue angle of 272.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EE8 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 14 232 -
CMYK 0.43 0.94 0 0.09
HSL 272.75º 0.89% 0.48% -
HSV(B) 272.75º 0.94% 0.91% -
XYZ 24.4 11.13 77.21 -
YUV 74.43 216.92 169.77 -
System Red Green Blue C M Y K H S L
Decimal 133 14 232 0.43 0.94 0 0.09 272.75 0.89 0.48
Hex 85 E E8 2B 5E 0 9 111 59 30
Octal 205 16 350 53 136 0 11 421 131 60
Binary 10000101 1110 11101000 101011 1011110 0 1001 100010001 1011001 110000

Color Harmonies of #850EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850EE8

Black with #850EE8

Text Example


Text Example

White with #850EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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