Html Css Color HEX #851FF6 Blue Violet

📋 copy color: '#851FF6'

red 133 ◦ green 31 ◦ blue 246

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

Shades of Blue Violet #851FF6

Tints of Blue Violet #851FF6

RGB

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

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

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

R = 32.44%
G = 7.56%
B = 60%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#851FF6 (or 0x851FF6) is known color: Blue Violet. HEX triplet: 85, 1F and F6. RGB value is (133,31,246). Sum of RGB (Red+Green+Blue) = 133+31+246=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #851FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FF6 is #7AE009. Grayscale: #555555. Windows color (decimal): -8052746 or 16129925. OLE color: 16129925.

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

Color convert

RGB 133 31 246 -
CMYK 0.46 0.87 0 0.04
HSL 268.47º 0.92% 0.54% -
HSV(B) 268.47º 0.87% 0.96% -
XYZ 26.8 12.62 88.21 -
YUV 86.01 218.29 161.52 -
System Red Green Blue C M Y K H S L
Decimal 133 31 246 0.46 0.87 0 0.04 268.47 0.92 0.54
Hex 85 1F F6 2E 57 0 4 10C 5C 36
Octal 205 37 366 56 127 0 4 414 134 66
Binary 10000101 11111 11110110 101110 1010111 0 100 100001100 1011100 110110

Color Harmonies of #851FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FF6

Black with #851FF6

Text Example


Text Example

White with #851FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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