Html Css Color HEX #853886 Vivid Violet

📋 copy color: '#853886'

red 133 ◦ green 56 ◦ blue 134

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

Shades of Vivid Violet #853886

Tints of Vivid Violet #853886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 134 (52.73% from 255) = 41.49%

R = 41.18%
G = 17.34%
B = 41.49%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#853886 (or 0x853886) is known color: Vivid Violet. HEX triplet: 85, 38 and 86. RGB value is (133,56,134). Sum of RGB (Red+Green+Blue) = 133+56+134=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #853886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853886 is #7AC779. Grayscale: #575757. Windows color (decimal): -8046458 or 8796293. OLE color: 8796293.

HSL color Cylindrical-coordinate representation of color #853886: hue angle of 299.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853886 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 56 134 -
CMYK 0.01 0.58 0 0.47
HSL 299.23º 0.41% 0.37% -
HSV(B) 299.23º 0.58% 0.53% -
XYZ 15.39 9.54 23.58 -
YUV 87.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 133 56 134 0.01 0.58 0 0.47 299.23 0.41 0.37
Hex 85 38 86 1 3A 0 2F 12B 29 25
Octal 205 70 206 1 72 0 57 453 51 45
Binary 10000101 111000 10000110 1 111010 0 101111 100101011 101001 100101

Color Harmonies of #853886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853886

Black with #853886

Text Example


Text Example

White with #853886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853886; }

 p { color: rgb(133,56,134); }

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

background-color css

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

 a { background-color: rgb(133,56,134); }

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

border-color css

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

 span { border-color: rgb(133,56,134); }

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