Html Css Color HEX #853BA4 Vivid Violet

📋 copy color: '#853BA4'

red 133 ◦ green 59 ◦ blue 164

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

Shades of Vivid Violet #853BA4

Tints of Vivid Violet #853BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 37.36%
G = 16.57%
B = 46.07%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#853BA4 (or 0x853BA4) is known color: Vivid Violet. HEX triplet: 85, 3B and A4. RGB value is (133,59,164). Sum of RGB (Red+Green+Blue) = 133+59+164=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #853BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853BA4 is #7AC45B. Grayscale: #5C5C5C. Windows color (decimal): -8045660 or 10763141. OLE color: 10763141.

HSL color Cylindrical-coordinate representation of color #853BA4: hue angle of 282.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853BA4 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 59 164 -
CMYK 0.19 0.64 0 0.36
HSL 282.29º 0.47% 0.44% -
HSV(B) 282.29º 0.64% 0.64% -
XYZ 17.94 10.79 36.26 -
YUV 93.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 133 59 164 0.19 0.64 0 0.36 282.29 0.47 0.44
Hex 85 3B A4 13 40 0 24 11A 2F 2C
Octal 205 73 244 23 100 0 44 432 57 54
Binary 10000101 111011 10100100 10011 1000000 0 100100 100011010 101111 101100

Color Harmonies of #853BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BA4

Black with #853BA4

Text Example


Text Example

White with #853BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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