#85298B

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

Shades of Vivid Violet #85298B

Tints of Vivid Violet #85298B

Color information

#85298B (or 0x85298B) is unknown color: approx Vivid Violet. HEX triplet: 85, 29 and 8B. RGB value is (133,41,139). Sum of RGB (Red+Green+Blue) = 133+41+139=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #85298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85298B is #7AD674. Grayscale: #4F4F4F. Windows color (decimal): -8050293 or 9120133. OLE color: 9120133.

HSL color Cylindrical-coordinate representation of color #85298B: hue angle of 296.33º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85298B is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13341139-
CMYK0.040.7100.45
HSL296.33º54.44%35.29%-
HSV(B)296.33º70.5%54.51%-
XYZ15.138.4425.26-
YUV79.68161.48166.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=42.49%
G=13.10%
B=44.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133411390.040.7100.45296.3354.4435.29
Hex85298B44702D1283623
Octal2055121341070554506643
Binary100001011010011000101110010001110101101100101000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85298B; }

 p { color: rgb(133,41,139); }

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

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

 a { background-color: rgb(133,41,139); }

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

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

 span { border-color: rgb(133,41,139); }

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