#8B2298

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

Shades of Vivid Violet #8B2298

Tints of Vivid Violet #8B2298

Color information

#8B2298 (or 0x8B2298) is unknown color: approx Vivid Violet. HEX triplet: 8B, 22 and 98. RGB value is (139,34,152). Sum of RGB (Red+Green+Blue) = 139+34+152=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B2298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2298 is #74DD67. Grayscale: #4E4E4E. Windows color (decimal): -7658856 or 9970315. OLE color: 9970315.

HSL color Cylindrical-coordinate representation of color #8B2298: hue angle of 293.39º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B2298 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13934152-
CMYK0.090.7800.40
HSL293.39º63.44%36.47%-
HSV(B)293.39º77.63%59.61%-
XYZ16.898.930.53-
YUV78.85169.29170.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=42.77%
G=10.46%
B=46.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139341520.090.7800.40293.3963.4436.47
Hex8B229894E0281253f24
Octal21342230111160504457744
Binary1000101110001010011000100110011100101000100100101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2298; }

 p { color: rgb(139,34,152); }

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

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

 a { background-color: rgb(139,34,152); }

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

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

 span { border-color: rgb(139,34,152); }

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