#8B2998

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

Shades of Vivid Violet #8B2998

Tints of Vivid Violet #8B2998

Color information

#8B2998 (or 0x8B2998) is unknown color: approx Vivid Violet. HEX triplet: 8B, 29 and 98. RGB value is (139,41,152). Sum of RGB (Red+Green+Blue) = 139+41+152=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B2998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2998 is #74D667. Grayscale: #525252. Windows color (decimal): -7657064 or 9972107. OLE color: 9972107.

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

Color convert

RGB13941152-
CMYK0.090.7300.40
HSL292.97º57.51%37.84%-
HSV(B)292.97º73.03%59.61%-
XYZ17.119.3430.61-
YUV82.96166.97167.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=41.87%
G=12.35%
B=45.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139411520.090.7300.40292.9757.5137.84
Hex8B29989490281253a26
Octal21351230111110504457246
Binary1000101110100110011000100110010010101000100100101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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