Html Css Color HEX #850FEA Blue Violet

📋 copy color: '#850FEA'

red 133 ◦ green 15 ◦ blue 234

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

Shades of Blue Violet #850FEA

Tints of Blue Violet #850FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.93%

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

R = 34.82%
G = 3.93%
B = 61.26%

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

#850FEA (or 0x850FEA) is known color: Blue Violet. HEX triplet: 85, 0F and EA. RGB value is (133,15,234). Sum of RGB (Red+Green+Blue) = 133+15+234=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #850FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FEA is #7AF015. Grayscale: #4A4A4A. Windows color (decimal): -8056854 or 15339397. OLE color: 15339397.

HSL color Cylindrical-coordinate representation of color #850FEA: hue angle of 272.33º degrees, saturation: 0.88, 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 #850FEA is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 15 234 -
CMYK 0.43 0.94 0 0.08
HSL 272.33º 0.88% 0.49% -
HSV(B) 272.33º 0.94% 0.92% -
XYZ 24.69 11.27 78.72 -
YUV 75.25 217.59 169.19 -
System Red Green Blue C M Y K H S L
Decimal 133 15 234 0.43 0.94 0 0.08 272.33 0.88 0.49
Hex 85 F EA 2B 5E 0 8 110 58 31
Octal 205 17 352 53 136 0 10 420 130 61
Binary 10000101 1111 11101010 101011 1011110 0 1000 100010000 1011000 110001

Color Harmonies of #850FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850FEA

Black with #850FEA

Text Example


Text Example

White with #850FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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