#85308A

Color #85308A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #85308A

Tints of Vivid Violet #85308A

Color information

#85308A (or 0x85308A) is unknown color: approx Vivid Violet. HEX triplet: 85, 30 and 8A. RGB value is (133,48,138). Sum of RGB (Red+Green+Blue) = 133+48+138=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #85308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85308A is #7ACF75. Grayscale: #535353. Windows color (decimal): -8048502 or 9056389. OLE color: 9056389.

HSL color Cylindrical-coordinate representation of color #85308A: hue angle of 296.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85308A is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13348138-
CMYK0.040.6500.46
HSL296.67º48.39%36.47%-
HSV(B)296.67º65.22%54.12%-
XYZ15.328.9424.96-
YUV83.68158.66163.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=41.69%
G=15.05%
B=43.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133481380.040.6500.46296.6748.3936.47
Hex85308A44102E1293024
Octal2056021241010564516044
Binary100001011100001000101010010000010101110100101001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85308A; }

 p { color: rgb(133,48,138); }

 H1.HeaderClassName
 {
   color: #85308A;
 }
 .AnyTagClassName
 {
   color: #85308A;
 }
</style>
background-color css

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

 a { background-color: rgb(133,48,138); }

 div.DivClassName
 {
   background-color: #85308A;
 }
 .BgClassName
 {
   background-color: #85308A;
 }
</style>
border-color css

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

 span { border-color: rgb(133,48,138); }

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