Html Css Color HEX #851E9C Vivid Violet

📋 copy color: '#851E9C'

red 133 ◦ green 30 ◦ blue 156

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

Shades of Vivid Violet #851E9C

Tints of Vivid Violet #851E9C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.4%

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 41.69%
G = 9.4%
B = 48.9%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#851E9C (or 0x851E9C) is known color: Vivid Violet. HEX triplet: 85, 1E and 9C. RGB value is (133,30,156). Sum of RGB (Red+Green+Blue) = 133+30+156=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #851E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E9C is #7AE163. Grayscale: #4A4A4A. Windows color (decimal): -8053092 or 10231429. OLE color: 10231429.

HSL color Cylindrical-coordinate representation of color #851E9C: hue angle of 289.05º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851E9C is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 30 156 -
CMYK 0.15 0.81 0 0.39
HSL 289.05º 0.68% 0.36% -
HSV(B) 289.05º 0.81% 0.61% -
XYZ 16.14 8.32 32.21 -
YUV 75.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 133 30 156 0.15 0.81 0 0.39 289.05 0.68 0.36
Hex 85 1E 9C F 51 0 27 121 44 24
Octal 205 36 234 17 121 0 47 441 104 44
Binary 10000101 11110 10011100 1111 1010001 0 100111 100100001 1000100 100100

Color Harmonies of #851E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E9C

Black with #851E9C

Text Example


Text Example

White with #851E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,30,156); }

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

background-color css

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

 a { background-color: rgb(133,30,156); }

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

border-color css

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

 span { border-color: rgb(133,30,156); }

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