Html Css Color HEX #854585 Vivid Violet

📋 copy color: '#854585'

red 133 ◦ green 69 ◦ blue 133

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

Shades of Vivid Violet #854585

Tints of Vivid Violet #854585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 39.7%
G = 20.6%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#854585 (or 0x854585) is known color: Vivid Violet. HEX triplet: 85, 45 and 85. RGB value is (133,69,133). Sum of RGB (Red+Green+Blue) = 133+69+133=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #854585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854585 is #7ABA7A. Grayscale: #5F5F5F. Windows color (decimal): -8043131 or 8734085. OLE color: 8734085.

HSL color Cylindrical-coordinate representation of color #854585: hue angle of 300º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854585 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 133 -
CMYK 0 0.48 0 0.48
HSL 300º 0.32% 0.4% -
HSV(B) 300º 0.48% 0.52% -
XYZ 16.03 10.94 23.46 -
YUV 95.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 133 69 133 0 0.48 0 0.48 300 0.32 0.4
Hex 85 45 85 0 30 0 30 12C 20 28
Octal 205 105 205 0 60 0 60 454 40 50
Binary 10000101 1000101 10000101 0 110000 0 110000 100101100 100000 101000

Color Harmonies of #854585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854585

Black with #854585

Text Example


Text Example

White with #854585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854585; }

 p { color: rgb(133,69,133); }

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

background-color css

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

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

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

border-color css

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

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

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