Html Css Color HEX #850EEA Blue Violet

📋 copy color: '#850EEA'

red 133 ◦ green 14 ◦ blue 234

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

Shades of Blue Violet #850EEA

Tints of Blue Violet #850EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 34.91%
G = 3.67%
B = 61.42%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#850EEA (or 0x850EEA) is known color: Blue Violet. HEX triplet: 85, 0E and EA. RGB value is (133,14,234). Sum of RGB (Red+Green+Blue) = 133+14+234=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #850EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850EEA is #7AF115. Grayscale: #494949. Windows color (decimal): -8057110 or 15339141. OLE color: 15339141.

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

Color convert

RGB 133 14 234 -
CMYK 0.43 0.94 0 0.08
HSL 272.45º 0.89% 0.49% -
HSV(B) 272.45º 0.94% 0.92% -
XYZ 24.68 11.24 78.71 -
YUV 74.66 217.92 169.61 -
System Red Green Blue C M Y K H S L
Decimal 133 14 234 0.43 0.94 0 0.08 272.45 0.89 0.49
Hex 85 E EA 2B 5E 0 8 110 59 31
Octal 205 16 352 53 136 0 10 420 131 61
Binary 10000101 1110 11101010 101011 1011110 0 1000 100010000 1011001 110001

Color Harmonies of #850EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850EEA

Black with #850EEA

Text Example


Text Example

White with #850EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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