Html Css Color HEX #854083 Vivid Violet

📋 copy color: '#854083'

red 133 ◦ green 64 ◦ blue 131

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

Shades of Vivid Violet #854083

Tints of Vivid Violet #854083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 40.55%
G = 19.51%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#854083 (or 0x854083) is known color: Vivid Violet. HEX triplet: 85, 40 and 83. RGB value is (133,64,131). Sum of RGB (Red+Green+Blue) = 133+64+131=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #854083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854083 is #7ABF7C. Grayscale: #5C5C5C. Windows color (decimal): -8044413 or 8601733. OLE color: 8601733.

HSL color Cylindrical-coordinate representation of color #854083: hue angle of 301.74º 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 #854083 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 131 -
CMYK 0 0.52 0.02 0.48
HSL 301.74º 0.35% 0.39% -
HSV(B) 301.74º 0.52% 0.52% -
XYZ 15.6 10.29 22.64 -
YUV 92.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 133 64 131 0 0.52 0.02 0.48 301.74 0.35 0.39
Hex 85 40 83 0 34 2 30 12E 23 27
Octal 205 100 203 0 64 2 60 456 43 47
Binary 10000101 1000000 10000011 0 110100 10 110000 100101110 100011 100111

Color Harmonies of #854083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854083

Black with #854083

Text Example


Text Example

White with #854083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854083; }

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

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

background-color css

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

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

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

border-color css

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

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

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