Html Css Color HEX #851D9B Vivid Violet

📋 copy color: '#851D9B'

red 133 ◦ green 29 ◦ blue 155

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

Shades of Vivid Violet #851D9B

Tints of Vivid Violet #851D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 41.96%
G = 9.15%
B = 48.9%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#851D9B (or 0x851D9B) is known color: Vivid Violet. HEX triplet: 85, 1D and 9B. RGB value is (133,29,155). Sum of RGB (Red+Green+Blue) = 133+29+155=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #851D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D9B is #7AE264. Grayscale: #4A4A4A. Windows color (decimal): -8053349 or 10165637. OLE color: 10165637.

HSL color Cylindrical-coordinate representation of color #851D9B: hue angle of 289.52º 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 #851D9B is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 29 155 -
CMYK 0.14 0.81 0 0.39
HSL 289.52º 0.68% 0.36% -
HSV(B) 289.52º 0.81% 0.61% -
XYZ 16.03 8.23 31.75 -
YUV 74.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 133 29 155 0.14 0.81 0 0.39 289.52 0.68 0.36
Hex 85 1D 9B E 51 0 27 122 44 24
Octal 205 35 233 16 121 0 47 442 104 44
Binary 10000101 11101 10011011 1110 1010001 0 100111 100100010 1000100 100100

Color Harmonies of #851D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D9B

Black with #851D9B

Text Example


Text Example

White with #851D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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