Html Css Color HEX #851CA4 Vivid Violet

📋 copy color: '#851CA4'

red 133 ◦ green 28 ◦ blue 164

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

Shades of Vivid Violet #851CA4

Tints of Vivid Violet #851CA4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

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

R = 40.92%
G = 8.62%
B = 50.46%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#851CA4 (or 0x851CA4) is known color: Vivid Violet. HEX triplet: 85, 1C and A4. RGB value is (133,28,164). Sum of RGB (Red+Green+Blue) = 133+28+164=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #851CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851CA4 is #7AE35B. Grayscale: #4A4A4A. Windows color (decimal): -8053596 or 10755205. OLE color: 10755205.

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

Color convert

RGB 133 28 164 -
CMYK 0.19 0.83 0 0.36
HSL 286.32º 0.71% 0.38% -
HSV(B) 286.32º 0.83% 0.64% -
XYZ 16.79 8.5 35.88 -
YUV 74.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 133 28 164 0.19 0.83 0 0.36 286.32 0.71 0.38
Hex 85 1C A4 13 53 0 24 11E 47 26
Octal 205 34 244 23 123 0 44 436 107 46
Binary 10000101 11100 10100100 10011 1010011 0 100100 100011110 1000111 100110

Color Harmonies of #851CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851CA4

Black with #851CA4

Text Example


Text Example

White with #851CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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