Html Css Color HEX #851DAE Vivid Violet

📋 copy color: '#851DAE'

red 133 ◦ green 29 ◦ blue 174

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

Shades of Vivid Violet #851DAE

Tints of Vivid Violet #851DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 39.58%
G = 8.63%
B = 51.79%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#851DAE (or 0x851DAE) is known color: Vivid Violet. HEX triplet: 85, 1D and AE. RGB value is (133,29,174). Sum of RGB (Red+Green+Blue) = 133+29+174=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #851DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851DAE is #7AE251. Grayscale: #4C4C4C. Windows color (decimal): -8053330 or 11410821. OLE color: 11410821.

HSL color Cylindrical-coordinate representation of color #851DAE: hue angle of 283.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851DAE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 29 174 -
CMYK 0.24 0.83 0 0.32
HSL 283.03º 0.71% 0.4% -
HSV(B) 283.03º 0.83% 0.68% -
XYZ 17.75 8.92 40.83 -
YUV 76.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 133 29 174 0.24 0.83 0 0.32 283.03 0.71 0.4
Hex 85 1D AE 18 53 0 20 11B 47 28
Octal 205 35 256 30 123 0 40 433 107 50
Binary 10000101 11101 10101110 11000 1010011 0 100000 100011011 1000111 101000

Color Harmonies of #851DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DAE

Black with #851DAE

Text Example


Text Example

White with #851DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,174); }

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

background-color css

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

 a { background-color: rgb(133,29,174); }

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

border-color css

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

 span { border-color: rgb(133,29,174); }

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