Html Css Color HEX #854085 Vivid Violet

📋 copy color: '#854085'

red 133 ◦ green 64 ◦ blue 133

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

Shades of Vivid Violet #854085

Tints of Vivid Violet #854085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

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

R = 40.3%
G = 19.39%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#854085 (or 0x854085) is known color: Vivid Violet. HEX triplet: 85, 40 and 85. RGB value is (133,64,133). Sum of RGB (Red+Green+Blue) = 133+64+133=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #854085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854085 is #7ABF7A. Grayscale: #5C5C5C. Windows color (decimal): -8044411 or 8732805. OLE color: 8732805.

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

Color convert

RGB 133 64 133 -
CMYK 0 0.52 0 0.48
HSL 300º 0.35% 0.39% -
HSV(B) 300º 0.52% 0.52% -
XYZ 15.74 10.35 23.36 -
YUV 92.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 133 64 133 0 0.52 0 0.48 300 0.35 0.39
Hex 85 40 85 0 34 0 30 12C 23 27
Octal 205 100 205 0 64 0 60 454 43 47
Binary 10000101 1000000 10000101 0 110100 0 110000 100101100 100011 100111

Color Harmonies of #854085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854085

Black with #854085

Text Example


Text Example

White with #854085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854085; }

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

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

background-color css

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

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

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

border-color css

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

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

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