Html Css Color HEX #853E8A Vivid Violet

📋 copy color: '#853E8A'

red 133 ◦ green 62 ◦ blue 138

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

Shades of Vivid Violet #853E8A

Tints of Vivid Violet #853E8A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 39.94%
G = 18.62%
B = 41.44%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#853E8A (or 0x853E8A) is known color: Vivid Violet. HEX triplet: 85, 3E and 8A. RGB value is (133,62,138). Sum of RGB (Red+Green+Blue) = 133+62+138=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #853E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853E8A is #7AC175. Grayscale: #5B5B5B. Windows color (decimal): -8044918 or 9059973. OLE color: 9059973.

HSL color Cylindrical-coordinate representation of color #853E8A: hue angle of 296.05º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853E8A is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 62 138 -
CMYK 0.04 0.55 0 0.46
HSL 296.05º 0.38% 0.39% -
HSV(B) 296.05º 0.55% 0.54% -
XYZ 15.98 10.27 25.18 -
YUV 91.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 133 62 138 0.04 0.55 0 0.46 296.05 0.38 0.39
Hex 85 3E 8A 4 37 0 2E 128 26 27
Octal 205 76 212 4 67 0 56 450 46 47
Binary 10000101 111110 10001010 100 110111 0 101110 100101000 100110 100111

Color Harmonies of #853E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E8A

Black with #853E8A

Text Example


Text Example

White with #853E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853E8A; }

 p { color: rgb(133,62,138); }

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

background-color css

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

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

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

border-color css

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

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

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