Html Css Color HEX #851AFD Blue Violet

📋 copy color: '#851AFD'

red 133 ◦ green 26 ◦ blue 253

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

Shades of Blue Violet #851AFD

Tints of Blue Violet #851AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.41%

R = 32.28%
G = 6.31%
B = 61.41%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#851AFD (or 0x851AFD) is known color: Blue Violet. HEX triplet: 85, 1A and FD. RGB value is (133,26,253). Sum of RGB (Red+Green+Blue) = 133+26+253=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #851AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851AFD is #7AE502. Grayscale: #535353. Windows color (decimal): -8054019 or 16587397. OLE color: 16587397.

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

Color convert

RGB 133 26 253 -
CMYK 0.47 0.90 0 0.01
HSL 268.28º 0.98% 0.55% -
HSV(B) 268.28º 0.9% 0.99% -
XYZ 27.77 12.82 93.94 -
YUV 83.87 223.45 163.04 -
System Red Green Blue C M Y K H S L
Decimal 133 26 253 0.47 0.90 0 0.01 268.28 0.98 0.55
Hex 85 1A FD 2F 5A 0 1 10C 62 37
Octal 205 32 375 57 132 0 1 414 142 67
Binary 10000101 11010 11111101 101111 1011010 0 1 100001100 1100010 110111

Color Harmonies of #851AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851AFD

Black with #851AFD

Text Example


Text Example

White with #851AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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