Html Css Color HEX #851DF9 Blue Violet

📋 copy color: '#851DF9'

red 133 ◦ green 29 ◦ blue 249

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

Shades of Blue Violet #851DF9

Tints of Blue Violet #851DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 32.36%
G = 7.06%
B = 60.58%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#851DF9 (or 0x851DF9) is known color: Blue Violet. HEX triplet: 85, 1D and F9. RGB value is (133,29,249). Sum of RGB (Red+Green+Blue) = 133+29+249=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #851DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851DF9 is #7AE206. Grayscale: #545454. Windows color (decimal): -8053255 or 16326021. OLE color: 16326021.

HSL color Cylindrical-coordinate representation of color #851DF9: hue angle of 268.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851DF9 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 29 249 -
CMYK 0.47 0.88 0 0.02
HSL 268.36º 0.95% 0.55% -
HSV(B) 268.36º 0.88% 0.98% -
XYZ 27.21 12.7 90.64 -
YUV 85.18 220.46 162.11 -
System Red Green Blue C M Y K H S L
Decimal 133 29 249 0.47 0.88 0 0.02 268.36 0.95 0.55
Hex 85 1D F9 2F 58 0 2 10C 5F 37
Octal 205 35 371 57 130 0 2 414 137 67
Binary 10000101 11101 11111001 101111 1011000 0 10 100001100 1011111 110111

Color Harmonies of #851DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DF9

Black with #851DF9

Text Example


Text Example

White with #851DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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