Html Css Color HEX #851A9D Vivid Violet

📋 copy color: '#851A9D'

red 133 ◦ green 26 ◦ blue 157

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

Shades of Vivid Violet #851A9D

Tints of Vivid Violet #851A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 42.09%
G = 8.23%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#851A9D (or 0x851A9D) is known color: Vivid Violet. HEX triplet: 85, 1A and 9D. RGB value is (133,26,157). Sum of RGB (Red+Green+Blue) = 133+26+157=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #851A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851A9D is #7AE562. Grayscale: #484848. Windows color (decimal): -8054115 or 10295941. OLE color: 10295941.

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

Color convert

RGB 133 26 157 -
CMYK 0.15 0.83 0 0.38
HSL 289.01º 0.72% 0.36% -
HSV(B) 289.01º 0.83% 0.62% -
XYZ 16.13 8.16 32.62 -
YUV 72.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 133 26 157 0.15 0.83 0 0.38 289.01 0.72 0.36
Hex 85 1A 9D F 53 0 26 121 48 24
Octal 205 32 235 17 123 0 46 441 110 44
Binary 10000101 11010 10011101 1111 1010011 0 100110 100100001 1001000 100100

Color Harmonies of #851A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A9D

Black with #851A9D

Text Example


Text Example

White with #851A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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