Html Css Color HEX #851FEF Blue Violet

📋 copy color: '#851FEF'

red 133 ◦ green 31 ◦ blue 239

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

Shades of Blue Violet #851FEF

Tints of Blue Violet #851FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.31%

R = 33%
G = 7.69%
B = 59.31%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#851FEF (or 0x851FEF) is known color: Blue Violet. HEX triplet: 85, 1F and EF. RGB value is (133,31,239). Sum of RGB (Red+Green+Blue) = 133+31+239=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #851FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FEF is #7AE010. Grayscale: #545454. Windows color (decimal): -8052753 or 15671173. OLE color: 15671173.

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

Color convert

RGB 133 31 239 -
CMYK 0.44 0.87 0 0.06
HSL 269.42º 0.87% 0.53% -
HSV(B) 269.42º 0.87% 0.94% -
XYZ 25.74 12.2 82.66 -
YUV 85.21 214.79 162.09 -
System Red Green Blue C M Y K H S L
Decimal 133 31 239 0.44 0.87 0 0.06 269.42 0.87 0.53
Hex 85 1F EF 2C 57 0 6 10D 57 35
Octal 205 37 357 54 127 0 6 415 127 65
Binary 10000101 11111 11101111 101100 1010111 0 110 100001101 1010111 110101

Color Harmonies of #851FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FEF

Black with #851FEF

Text Example


Text Example

White with #851FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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