Html Css Color HEX #851EEE Blue Violet

📋 copy color: '#851EEE'

red 133 ◦ green 30 ◦ blue 238

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

Shades of Blue Violet #851EEE

Tints of Blue Violet #851EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.48%

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

R = 33.17%
G = 7.48%
B = 59.35%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#851EEE (or 0x851EEE) is known color: Blue Violet. HEX triplet: 85, 1E and EE. RGB value is (133,30,238). Sum of RGB (Red+Green+Blue) = 133+30+238=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #851EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EEE is #7AE111. Grayscale: #535353. Windows color (decimal): -8053010 or 15605381. OLE color: 15605381.

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

Color convert

RGB 133 30 238 -
CMYK 0.44 0.87 0 0.07
HSL 269.71º 0.86% 0.53% -
HSV(B) 269.71º 0.87% 0.93% -
XYZ 25.57 12.09 81.87 -
YUV 84.51 214.62 162.59 -
System Red Green Blue C M Y K H S L
Decimal 133 30 238 0.44 0.87 0 0.07 269.71 0.86 0.53
Hex 85 1E EE 2C 57 0 7 10E 56 35
Octal 205 36 356 54 127 0 7 416 126 65
Binary 10000101 11110 11101110 101100 1010111 0 111 100001110 1010110 110101

Color Harmonies of #851EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EEE

Black with #851EEE

Text Example


Text Example

White with #851EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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