Html Css Color HEX #852589 Vivid Violet

📋 copy color: '#852589'

red 133 ◦ green 37 ◦ blue 137

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

Shades of Vivid Violet #852589

Tints of Vivid Violet #852589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

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

R = 43.32%
G = 12.05%
B = 44.63%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#852589 (or 0x852589) is known color: Vivid Violet. HEX triplet: 85, 25 and 89. RGB value is (133,37,137). Sum of RGB (Red+Green+Blue) = 133+37+137=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #852589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852589 is #7ADA76. Grayscale: #4C4C4C. Windows color (decimal): -8051319 or 8988037. OLE color: 8988037.

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

Color convert

RGB 133 37 137 -
CMYK 0.03 0.73 0 0.46
HSL 297.6º 0.57% 0.34% -
HSV(B) 297.6º 0.73% 0.54% -
XYZ 14.85 8.12 24.45 -
YUV 77.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 133 37 137 0.03 0.73 0 0.46 297.6 0.57 0.34
Hex 85 25 89 3 49 0 2E 12A 39 22
Octal 205 45 211 3 111 0 56 452 71 42
Binary 10000101 100101 10001001 11 1001001 0 101110 100101010 111001 100010

Color Harmonies of #852589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852589

Black with #852589

Text Example


Text Example

White with #852589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852589; }

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

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

background-color css

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

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

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

border-color css

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

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

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