Html Css Color HEX #852989 Vivid Violet

📋 copy color: '#852989'

red 133 ◦ green 41 ◦ blue 137

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

Shades of Vivid Violet #852989

Tints of Vivid Violet #852989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 42.77%
G = 13.18%
B = 44.05%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#852989 (or 0x852989) is known color: Vivid Violet. HEX triplet: 85, 29 and 89. RGB value is (133,41,137). Sum of RGB (Red+Green+Blue) = 133+41+137=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #852989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852989 is #7AD676. Grayscale: #4F4F4F. Windows color (decimal): -8050295 or 8989061. OLE color: 8989061.

HSL color Cylindrical-coordinate representation of color #852989: hue angle of 297.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852989 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 41 137 -
CMYK 0.03 0.70 0 0.46
HSL 297.5º 0.54% 0.35% -
HSV(B) 297.5º 0.7% 0.54% -
XYZ 14.98 8.38 24.49 -
YUV 79.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 133 41 137 0.03 0.70 0 0.46 297.5 0.54 0.35
Hex 85 29 89 3 46 0 2E 12A 36 23
Octal 205 51 211 3 106 0 56 452 66 43
Binary 10000101 101001 10001001 11 1000110 0 101110 100101010 110110 100011

Color Harmonies of #852989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852989

Black with #852989

Text Example


Text Example

White with #852989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852989; }

 p { color: rgb(133,41,137); }

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

background-color css

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

 a { background-color: rgb(133,41,137); }

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

border-color css

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

 span { border-color: rgb(133,41,137); }

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