Html Css Color HEX #851DF7 Blue Violet

📋 copy color: '#851DF7'

red 133 ◦ green 29 ◦ blue 247

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

Shades of Blue Violet #851DF7

Tints of Blue Violet #851DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.09%

 BLUE value IS 247 (96.88% from 255) = 60.39%

R = 32.52%
G = 7.09%
B = 60.39%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#851DF7 (or 0x851DF7) is known color: Blue Violet. HEX triplet: 85, 1D and F7. RGB value is (133,29,247). Sum of RGB (Red+Green+Blue) = 133+29+247=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #851DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851DF7 is #7AE208. Grayscale: #545454. Windows color (decimal): -8053257 or 16194949. OLE color: 16194949.

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

Color convert

RGB 133 29 247 -
CMYK 0.46 0.88 0 0.03
HSL 268.62º 0.93% 0.54% -
HSV(B) 268.62º 0.88% 0.97% -
XYZ 26.9 12.58 89.01 -
YUV 84.95 219.46 162.27 -
System Red Green Blue C M Y K H S L
Decimal 133 29 247 0.46 0.88 0 0.03 268.62 0.93 0.54
Hex 85 1D F7 2E 58 0 3 10D 5D 36
Octal 205 35 367 56 130 0 3 415 135 66
Binary 10000101 11101 11110111 101110 1011000 0 11 100001101 1011101 110110

Color Harmonies of #851DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DF7

Black with #851DF7

Text Example


Text Example

White with #851DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,247); }

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

background-color css

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

 a { background-color: rgb(133,29,247); }

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

border-color css

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

 span { border-color: rgb(133,29,247); }

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