Html Css Color HEX #851FEE Blue Violet

📋 copy color: '#851FEE'

red 133 ◦ green 31 ◦ blue 238

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

Shades of Blue Violet #851FEE

Tints of Blue Violet #851FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.71%

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

R = 33.08%
G = 7.71%
B = 59.2%

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

#851FEE (or 0x851FEE) is known color: Blue Violet. HEX triplet: 85, 1F and EE. RGB value is (133,31,238). Sum of RGB (Red+Green+Blue) = 133+31+238=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #851FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FEE is #7AE011. Grayscale: #545454. Windows color (decimal): -8052754 or 15605637. OLE color: 15605637.

HSL color Cylindrical-coordinate representation of color #851FEE: hue angle of 269.57º 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 #851FEE is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 31 238 -
CMYK 0.44 0.87 0 0.07
HSL 269.57º 0.86% 0.53% -
HSV(B) 269.57º 0.87% 0.93% -
XYZ 25.6 12.14 81.88 -
YUV 85.1 214.29 162.17 -
System Red Green Blue C M Y K H S L
Decimal 133 31 238 0.44 0.87 0 0.07 269.57 0.86 0.53
Hex 85 1F EE 2C 57 0 7 10E 56 35
Octal 205 37 356 54 127 0 7 416 126 65
Binary 10000101 11111 11101110 101100 1010111 0 111 100001110 1010110 110101

Color Harmonies of #851FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FEE

Black with #851FEE

Text Example


Text Example

White with #851FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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