Html Css Color HEX #852C89 Vivid Violet

📋 copy color: '#852C89'

red 133 ◦ green 44 ◦ blue 137

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

Shades of Vivid Violet #852C89

Tints of Vivid Violet #852C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

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

R = 42.36%
G = 14.01%
B = 43.63%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#852C89 (or 0x852C89) is known color: Vivid Violet. HEX triplet: 85, 2C and 89. RGB value is (133,44,137). Sum of RGB (Red+Green+Blue) = 133+44+137=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #852C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C89 is #7AD376. Grayscale: #505050. Windows color (decimal): -8049527 or 8989829. OLE color: 8989829.

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

Color convert

RGB 133 44 137 -
CMYK 0.03 0.68 0 0.46
HSL 297.42º 0.51% 0.35% -
HSV(B) 297.42º 0.68% 0.54% -
XYZ 15.09 8.59 24.53 -
YUV 81.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 133 44 137 0.03 0.68 0 0.46 297.42 0.51 0.35
Hex 85 2C 89 3 44 0 2E 129 33 23
Octal 205 54 211 3 104 0 56 451 63 43
Binary 10000101 101100 10001001 11 1000100 0 101110 100101001 110011 100011

Color Harmonies of #852C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C89

Black with #852C89

Text Example


Text Example

White with #852C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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