Html Css Color HEX #851ADE Blue Violet

📋 copy color: '#851ADE'

red 133 ◦ green 26 ◦ blue 222

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

Shades of Blue Violet #851ADE

Tints of Blue Violet #851ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.27%

R = 34.91%
G = 6.82%
B = 58.27%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#851ADE (or 0x851ADE) is known color: Blue Violet. HEX triplet: 85, 1A and DE. RGB value is (133,26,222). Sum of RGB (Red+Green+Blue) = 133+26+222=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #851ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ADE is #7AE521. Grayscale: #4F4F4F. Windows color (decimal): -8054050 or 14555781. OLE color: 14555781.

HSL color Cylindrical-coordinate representation of color #851ADE: hue angle of 272.76º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851ADE is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 26 222 -
CMYK 0.40 0.88 0 0.13
HSL 272.76º 0.79% 0.49% -
HSV(B) 272.76º 0.88% 0.87% -
XYZ 23.23 11 70.01 -
YUV 80.34 207.95 165.56 -
System Red Green Blue C M Y K H S L
Decimal 133 26 222 0.40 0.88 0 0.13 272.76 0.79 0.49
Hex 85 1A DE 28 58 0 D 111 4F 31
Octal 205 32 336 50 130 0 15 421 117 61
Binary 10000101 11010 11011110 101000 1011000 0 1101 100010001 1001111 110001

Color Harmonies of #851ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851ADE

Black with #851ADE

Text Example


Text Example

White with #851ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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