Html Css Color HEX #851AFB Blue Violet

📋 copy color: '#851AFB'

red 133 ◦ green 26 ◦ blue 251

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

Shades of Blue Violet #851AFB

Tints of Blue Violet #851AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 32.44%
G = 6.34%
B = 61.22%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#851AFB (or 0x851AFB) is known color: Blue Violet. HEX triplet: 85, 1A and FB. RGB value is (133,26,251). Sum of RGB (Red+Green+Blue) = 133+26+251=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #851AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851AFB is #7AE504. Grayscale: #525252. Windows color (decimal): -8054021 or 16456325. OLE color: 16456325.

HSL color Cylindrical-coordinate representation of color #851AFB: hue angle of 268.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #851AFB is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 26 251 -
CMYK 0.47 0.90 0 0.02
HSL 268.53º 0.97% 0.54% -
HSV(B) 268.53º 0.9% 0.98% -
XYZ 27.45 12.69 92.27 -
YUV 83.64 222.45 163.2 -
System Red Green Blue C M Y K H S L
Decimal 133 26 251 0.47 0.90 0 0.02 268.53 0.97 0.54
Hex 85 1A FB 2F 5A 0 2 10D 61 36
Octal 205 32 373 57 132 0 2 415 141 66
Binary 10000101 11010 11111011 101111 1011010 0 10 100001101 1100001 110110

Color Harmonies of #851AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851AFB

Black with #851AFB

Text Example


Text Example

White with #851AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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