#9382CA

Color #9382CA True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9382CA

Tints of True V #9382CA

Color information

#9382CA (or 0x9382CA) is unknown color: approx True V. HEX triplet: 93, 82 and CA. RGB value is (147,130,202). Sum of RGB (Red+Green+Blue) = 147+130+202=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #9382CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382CA is #6C7D35. Grayscale: #8F8F8F. Windows color (decimal): -7109942 or 13271699. OLE color: 13271699.

HSL color Cylindrical-coordinate representation of color #9382CA: hue angle of 254.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9382CA is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147130202-
CMYK0.270.3600.21
HSL254.17º40.45%65.1%-
HSV(B)254.17º35.64%79.22%-
XYZ30.6826.4359.36-
YUV143.29161.13130.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=30.69%
G=27.14%
B=42.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471302020.270.3600.21254.1740.4565.1
Hex9382CA1B24015fe2841
Octal223202312334402537650101
Binary10010011100000101100101011011100100010101111111101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9382CA; }

 p { color: rgb(147,130,202); }

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

<style>
 a { background-color: #9382CA; }

 a { background-color: rgb(147,130,202); }

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

<style>
 span { border-color: #9382CA; }

 span { border-color: rgb(147,130,202); }

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