Html Css Color HEX #851AF6 Blue Violet

📋 copy color: '#851AF6'

red 133 ◦ green 26 ◦ blue 246

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

Shades of Blue Violet #851AF6

Tints of Blue Violet #851AF6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.42%

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

R = 32.84%
G = 6.42%
B = 60.74%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#851AF6 (or 0x851AF6) is known color: Blue Violet. HEX triplet: 85, 1A and F6. RGB value is (133,26,246). Sum of RGB (Red+Green+Blue) = 133+26+246=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #851AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851AF6 is #7AE509. Grayscale: #525252. Windows color (decimal): -8054026 or 16128645. OLE color: 16128645.

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

Color convert

RGB 133 26 246 -
CMYK 0.46 0.89 0 0.04
HSL 269.18º 0.92% 0.53% -
HSV(B) 269.18º 0.89% 0.96% -
XYZ 26.68 12.38 88.17 -
YUV 83.07 219.95 163.61 -
System Red Green Blue C M Y K H S L
Decimal 133 26 246 0.46 0.89 0 0.04 269.18 0.92 0.53
Hex 85 1A F6 2E 59 0 4 10D 5C 35
Octal 205 32 366 56 131 0 4 415 134 65
Binary 10000101 11010 11110110 101110 1011001 0 100 100001101 1011100 110101

Color Harmonies of #851AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851AF6

Black with #851AF6

Text Example


Text Example

White with #851AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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