Html Css Color HEX #851AD0 Blue Violet

📋 copy color: '#851AD0'

red 133 ◦ green 26 ◦ blue 208

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

Shades of Blue Violet #851AD0

Tints of Blue Violet #851AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.68%

R = 36.24%
G = 7.08%
B = 56.68%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#851AD0 (or 0x851AD0) is known color: Blue Violet. HEX triplet: 85, 1A and D0. RGB value is (133,26,208). Sum of RGB (Red+Green+Blue) = 133+26+208=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #851AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851AD0 is #7AE52F. Grayscale: #4E4E4E. Windows color (decimal): -8054064 or 13638277. OLE color: 13638277.

HSL color Cylindrical-coordinate representation of color #851AD0: hue angle of 275.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851AD0 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 26 208 -
CMYK 0.36 0.88 0 0.18
HSL 275.27º 0.78% 0.46% -
HSV(B) 275.27º 0.88% 0.82% -
XYZ 21.43 10.28 60.53 -
YUV 78.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 133 26 208 0.36 0.88 0 0.18 275.27 0.78 0.46
Hex 85 1A D0 24 58 0 12 113 4E 2E
Octal 205 32 320 44 130 0 22 423 116 56
Binary 10000101 11010 11010000 100100 1011000 0 10010 100010011 1001110 101110

Color Harmonies of #851AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851AD0

Black with #851AD0

Text Example


Text Example

White with #851AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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