Html Css Color HEX #852291 Vivid Violet

📋 copy color: '#852291'

red 133 ◦ green 34 ◦ blue 145

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

Shades of Vivid Violet #852291

Tints of Vivid Violet #852291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 42.63%
G = 10.9%
B = 46.47%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#852291 (or 0x852291) is known color: Vivid Violet. HEX triplet: 85, 22 and 91. RGB value is (133,34,145). Sum of RGB (Red+Green+Blue) = 133+34+145=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #852291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852291 is #7ADD6E. Grayscale: #4B4B4B. Windows color (decimal): -8052079 or 9511557. OLE color: 9511557.

HSL color Cylindrical-coordinate representation of color #852291: hue angle of 293.51º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852291 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 34 145 -
CMYK 0.08 0.77 0 0.43
HSL 293.51º 0.62% 0.35% -
HSV(B) 293.51º 0.77% 0.57% -
XYZ 15.36 8.17 27.56 -
YUV 76.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 133 34 145 0.08 0.77 0 0.43 293.51 0.62 0.35
Hex 85 22 91 8 4D 0 2B 126 3E 23
Octal 205 42 221 10 115 0 53 446 76 43
Binary 10000101 100010 10010001 1000 1001101 0 101011 100100110 111110 100011

Color Harmonies of #852291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852291

Black with #852291

Text Example


Text Example

White with #852291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852291; }

 p { color: rgb(133,34,145); }

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

background-color css

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

 a { background-color: rgb(133,34,145); }

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

border-color css

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

 span { border-color: rgb(133,34,145); }

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