#88438B

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

Shades of Vivid Violet #88438B

Tints of Vivid Violet #88438B

Color information

#88438B (or 0x88438B) is unknown color: approx Vivid Violet. HEX triplet: 88, 43 and 8B. RGB value is (136,67,139). Sum of RGB (Red+Green+Blue) = 136+67+139=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #88438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88438B is #77BC74. Grayscale: #5F5F5F. Windows color (decimal): -7847029 or 9126792. OLE color: 9126792.

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

Color convert

RGB13667139-
CMYK0.020.5200.45
HSL297.5º34.95%40.39%-
HSV(B)297.5º51.8%54.51%-
XYZ16.8211.1125.68-
YUV95.84152.36156.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=39.77%
G=19.59%
B=40.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136671390.020.5200.45297.534.9540.39
Hex88438B23402D12a2328
Octal2101032132640554524350
Binary10001000100001110001011101101000101101100101010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,67,139); }

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

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

 a { background-color: rgb(136,67,139); }

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

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

 span { border-color: rgb(136,67,139); }

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