#9438AB

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

Shades of Vivid Violet #9438AB

Tints of Vivid Violet #9438AB

Color information

#9438AB (or 0x9438AB) is unknown color: approx Vivid Violet. HEX triplet: 94, 38 and AB. RGB value is (148,56,171). Sum of RGB (Red+Green+Blue) = 148+56+171=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9438AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9438AB is #6BC754. Grayscale: #606060. Windows color (decimal): -7063381 or 11221140. OLE color: 11221140.

HSL color Cylindrical-coordinate representation of color #9438AB: hue angle of 288º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9438AB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14856171-
CMYK0.130.6700.33
HSL288º50.66%44.51%-
HSV(B)288º67.25%67.06%-
XYZ20.9812.0639.75-
YUV96.62169.98164.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=39.47%
G=14.93%
B=45.6%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148561710.130.6700.3328850.6644.51
Hex9438ABD43021120332d
Octal22470253151030414406355
Binary1001010011100010101011110110000110100001100100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9438AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9438AB; }

 p { color: rgb(148,56,171); }

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

<style>
 a { background-color: #9438AB; }

 a { background-color: rgb(148,56,171); }

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

<style>
 span { border-color: #9438AB; }

 span { border-color: rgb(148,56,171); }

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