Html Css Color HEX #853C9C Vivid Violet

📋 copy color: '#853C9C'

red 133 ◦ green 60 ◦ blue 156

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

Shades of Vivid Violet #853C9C

Tints of Vivid Violet #853C9C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 38.11%
G = 17.19%
B = 44.7%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#853C9C (or 0x853C9C) is known color: Vivid Violet. HEX triplet: 85, 3C and 9C. RGB value is (133,60,156). Sum of RGB (Red+Green+Blue) = 133+60+156=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #853C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853C9C is #7AC363. Grayscale: #5C5C5C. Windows color (decimal): -8045412 or 10239109. OLE color: 10239109.

HSL color Cylindrical-coordinate representation of color #853C9C: hue angle of 285.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853C9C is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 60 156 -
CMYK 0.15 0.62 0 0.39
HSL 285.63º 0.44% 0.42% -
HSV(B) 285.63º 0.62% 0.61% -
XYZ 17.29 10.62 32.59 -
YUV 92.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 133 60 156 0.15 0.62 0 0.39 285.63 0.44 0.42
Hex 85 3C 9C F 3E 0 27 11E 2C 2A
Octal 205 74 234 17 76 0 47 436 54 52
Binary 10000101 111100 10011100 1111 111110 0 100111 100011110 101100 101010

Color Harmonies of #853C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C9C

Black with #853C9C

Text Example


Text Example

White with #853C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,60,156); }

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

background-color css

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

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

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

border-color css

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

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

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