Html Css Color HEX #851AFF Blue Violet

📋 copy color: '#851AFF'

red 133 ◦ green 26 ◦ blue 255

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

Shades of Blue Violet #851AFF

Tints of Blue Violet #851AFF

RGB

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

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

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

R = 32.13%
G = 6.28%
B = 61.59%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#851AFF (or 0x851AFF) is known color: Blue Violet. HEX triplet: 85, 1A and FF. RGB value is (133,26,255). Sum of RGB (Red+Green+Blue) = 133+26+255=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #851AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851AFF is #7AE500. Grayscale: #535353. Windows color (decimal): -8054017 or 16718469. OLE color: 16718469.

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

Color convert

RGB 133 26 255 -
CMYK 0.48 0.90 0 0
HSL 268.03º 1% 0.55% -
HSV(B) 268.03º 0.9% 1% -
XYZ 28.09 12.95 95.63 -
YUV 84.1 224.45 162.88 -
System Red Green Blue C M Y K H S L
Decimal 133 26 255 0.48 0.90 0 0 268.03 1 0.55
Hex 85 1A FF 30 5A 0 0 10C 64 37
Octal 205 32 377 60 132 0 0 414 144 67
Binary 10000101 11010 11111111 110000 1011010 0 0 100001100 1100100 110111

Color Harmonies of #851AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851AFF

Black with #851AFF

Text Example


Text Example

White with #851AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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