Html Css Color HEX #851DA4 Vivid Violet

📋 copy color: '#851DA4'

red 133 ◦ green 29 ◦ blue 164

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

Shades of Vivid Violet #851DA4

Tints of Vivid Violet #851DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.31%

R = 40.8%
G = 8.9%
B = 50.31%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#851DA4 (or 0x851DA4) is known color: Vivid Violet. HEX triplet: 85, 1D and A4. RGB value is (133,29,164). Sum of RGB (Red+Green+Blue) = 133+29+164=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #851DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851DA4 is #7AE25B. Grayscale: #4B4B4B. Windows color (decimal): -8053340 or 10755461. OLE color: 10755461.

HSL color Cylindrical-coordinate representation of color #851DA4: hue angle of 286.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851DA4 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 29 164 -
CMYK 0.19 0.82 0 0.36
HSL 286.22º 0.7% 0.38% -
HSV(B) 286.22º 0.82% 0.64% -
XYZ 16.81 8.55 35.89 -
YUV 75.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 133 29 164 0.19 0.82 0 0.36 286.22 0.7 0.38
Hex 85 1D A4 13 52 0 24 11E 46 26
Octal 205 35 244 23 122 0 44 436 106 46
Binary 10000101 11101 10100100 10011 1010010 0 100100 100011110 1000110 100110

Color Harmonies of #851DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DA4

Black with #851DA4

Text Example


Text Example

White with #851DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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