Html Css Color HEX #851EF6 Blue Violet

📋 copy color: '#851EF6'

red 133 ◦ green 30 ◦ blue 246

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

Shades of Blue Violet #851EF6

Tints of Blue Violet #851EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 60.15%

R = 32.52%
G = 7.33%
B = 60.15%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#851EF6 (or 0x851EF6) is known color: Blue Violet. HEX triplet: 85, 1E and F6. RGB value is (133,30,246). Sum of RGB (Red+Green+Blue) = 133+30+246=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #851EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EF6 is #7AE109. Grayscale: #545454. Windows color (decimal): -8053002 or 16129669. OLE color: 16129669.

HSL color Cylindrical-coordinate representation of color #851EF6: hue angle of 268.61º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851EF6 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 30 246 -
CMYK 0.46 0.88 0 0.04
HSL 268.61º 0.92% 0.54% -
HSV(B) 268.61º 0.88% 0.96% -
XYZ 26.77 12.57 88.2 -
YUV 85.42 218.62 161.94 -
System Red Green Blue C M Y K H S L
Decimal 133 30 246 0.46 0.88 0 0.04 268.61 0.92 0.54
Hex 85 1E F6 2E 58 0 4 10D 5C 36
Octal 205 36 366 56 130 0 4 415 134 66
Binary 10000101 11110 11110110 101110 1011000 0 100 100001101 1011100 110110

Color Harmonies of #851EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EF6

Black with #851EF6

Text Example


Text Example

White with #851EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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