Html Css Color HEX #851DFF Blue Violet

📋 copy color: '#851DFF'

red 133 ◦ green 29 ◦ blue 255

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

Shades of Blue Violet #851DFF

Tints of Blue Violet #851DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 31.89%
G = 6.95%
B = 61.15%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#851DFF (or 0x851DFF) is known color: Blue Violet. HEX triplet: 85, 1D and FF. RGB value is (133,29,255). Sum of RGB (Red+Green+Blue) = 133+29+255=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #851DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851DFF is #7AE200. Grayscale: #555555. Windows color (decimal): -8053249 or 16719237. OLE color: 16719237.

HSL color Cylindrical-coordinate representation of color #851DFF: hue angle of 267.61º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851DFF is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 29 255 -
CMYK 0.48 0.89 0 0
HSL 267.61º 1% 0.56% -
HSV(B) 267.61º 0.89% 1% -
XYZ 28.16 13.09 95.65 -
YUV 85.86 223.46 161.62 -
System Red Green Blue C M Y K H S L
Decimal 133 29 255 0.48 0.89 0 0 267.61 1 0.56
Hex 85 1D FF 30 59 0 0 10C 64 38
Octal 205 35 377 60 131 0 0 414 144 70
Binary 10000101 11101 11111111 110000 1011001 0 0 100001100 1100100 111000

Color Harmonies of #851DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DFF

Black with #851DFF

Text Example


Text Example

White with #851DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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