#8F229B

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

Shades of Vivid Violet #8F229B

Tints of Vivid Violet #8F229B

Color information

#8F229B (or 0x8F229B) is unknown color: approx Vivid Violet. HEX triplet: 8F, 22 and 9B. RGB value is (143,34,155). Sum of RGB (Red+Green+Blue) = 143+34+155=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F229B is #70DD64. Grayscale: #505050. Windows color (decimal): -7396709 or 10166927. OLE color: 10166927.

HSL color Cylindrical-coordinate representation of color #8F229B: hue angle of 294.05º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F229B is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14334155-
CMYK0.080.7800.39
HSL294.05º64.02%37.06%-
HSV(B)294.05º78.06%60.78%-
XYZ17.829.3531.88-
YUV80.38170.11172.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 34 (13.67% from 255) = 10.24%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=43.07%
G=10.24%
B=46.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143341550.080.7800.39294.0564.0237.06
Hex8F229B84E0271264025
Octal217422331011604744610045
Binary10001111100010100110111000100111001001111001001101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,34,155); }

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

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

 a { background-color: rgb(143,34,155); }

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

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

 span { border-color: rgb(143,34,155); }

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