Html Css Color HEX #853388 Vivid Violet

📋 copy color: '#853388'

red 133 ◦ green 51 ◦ blue 136

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

Shades of Vivid Violet #853388

Tints of Vivid Violet #853388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 41.56%
G = 15.94%
B = 42.5%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#853388 (or 0x853388) is known color: Vivid Violet. HEX triplet: 85, 33 and 88. RGB value is (133,51,136). Sum of RGB (Red+Green+Blue) = 133+51+136=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #853388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853388 is #7ACC77. Grayscale: #545454. Windows color (decimal): -8047736 or 8926085. OLE color: 8926085.

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

Color convert

RGB 133 51 136 -
CMYK 0.02 0.62 0 0.47
HSL 297.88º 0.45% 0.37% -
HSV(B) 297.88º 0.63% 0.53% -
XYZ 15.3 9.13 24.25 -
YUV 85.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 133 51 136 0.02 0.62 0 0.47 297.88 0.45 0.37
Hex 85 33 88 2 3E 0 2F 12A 2D 25
Octal 205 63 210 2 76 0 57 452 55 45
Binary 10000101 110011 10001000 10 111110 0 101111 100101010 101101 100101

Color Harmonies of #853388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853388

Black with #853388

Text Example


Text Example

White with #853388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853388; }

 p { color: rgb(133,51,136); }

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

background-color css

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

 a { background-color: rgb(133,51,136); }

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

border-color css

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

 span { border-color: rgb(133,51,136); }

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