Html Css Color HEX #851FFF Blue Violet

📋 copy color: '#851FFF'

red 133 ◦ green 31 ◦ blue 255

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

Shades of Blue Violet #851FFF

Tints of Blue Violet #851FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 31.74%
G = 7.4%
B = 60.86%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#851FFF (or 0x851FFF) is known color: Blue Violet. HEX triplet: 85, 1F and FF. RGB value is (133,31,255). Sum of RGB (Red+Green+Blue) = 133+31+255=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #851FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FFF is #7AE000. Grayscale: #565656. Windows color (decimal): -8052737 or 16719749. OLE color: 16719749.

HSL color Cylindrical-coordinate representation of color #851FFF: hue angle of 267.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851FFF is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 31 255 -
CMYK 0.48 0.88 0 0
HSL 267.32º 1% 0.56% -
HSV(B) 267.32º 0.88% 1% -
XYZ 28.21 13.19 95.67 -
YUV 87.03 222.79 160.79 -
System Red Green Blue C M Y K H S L
Decimal 133 31 255 0.48 0.88 0 0 267.32 1 0.56
Hex 85 1F FF 30 58 0 0 10B 64 38
Octal 205 37 377 60 130 0 0 413 144 70
Binary 10000101 11111 11111111 110000 1011000 0 0 100001011 1100100 111000

Color Harmonies of #851FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FFF

Black with #851FFF

Text Example


Text Example

White with #851FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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