#9382D1

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

Shades of True V #9382D1

Tints of True V #9382D1

Color information

#9382D1 (or 0x9382D1) is unknown color: approx True V. HEX triplet: 93, 82 and D1. RGB value is (147,130,209). Sum of RGB (Red+Green+Blue) = 147+130+209=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #9382D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382D1 is #6C7D2E. Grayscale: #8F8F8F. Windows color (decimal): -7109935 or 13730451. OLE color: 13730451.

HSL color Cylindrical-coordinate representation of color #9382D1: hue angle of 252.91º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9382D1 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147130209-
CMYK0.300.3800.18
HSL252.91º46.2%66.47%-
HSV(B)252.91º37.8%81.96%-
XYZ31.5226.7763.83-
YUV144.09164.63130.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=30.25%
G=26.75%
B=43.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471302090.300.3800.18252.9146.266.47
Hex9382D11E26012fd2e42
Octal223202321364602237556102
Binary10010011100000101101000111110100110010010111111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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