Html Css Color HEX #853B93 Vivid Violet

📋 copy color: '#853B93'

red 133 ◦ green 59 ◦ blue 147

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

Shades of Vivid Violet #853B93

Tints of Vivid Violet #853B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.4%

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 39.23%
G = 17.4%
B = 43.36%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853B93 (or 0x853B93) is known color: Vivid Violet. HEX triplet: 85, 3B and 93. RGB value is (133,59,147). Sum of RGB (Red+Green+Blue) = 133+59+147=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #853B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853B93 is #7AC46C. Grayscale: #5A5A5A. Windows color (decimal): -8045677 or 9649029. OLE color: 9649029.

HSL color Cylindrical-coordinate representation of color #853B93: hue angle of 290.45º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853B93 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 59 147 -
CMYK 0.10 0.60 0 0.42
HSL 290.45º 0.43% 0.4% -
HSV(B) 290.45º 0.6% 0.58% -
XYZ 16.5 10.22 28.71 -
YUV 91.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 133 59 147 0.10 0.60 0 0.42 290.45 0.43 0.4
Hex 85 3B 93 A 3C 0 2A 122 2B 28
Octal 205 73 223 12 74 0 52 442 53 50
Binary 10000101 111011 10010011 1010 111100 0 101010 100100010 101011 101000

Color Harmonies of #853B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B93

Black with #853B93

Text Example


Text Example

White with #853B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,59,147); }

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

background-color css

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

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

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

border-color css

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

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

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