#9382CF

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

Shades of True V #9382CF

Tints of True V #9382CF

Color information

#9382CF (or 0x9382CF) is unknown color: approx True V. HEX triplet: 93, 82 and CF. RGB value is (147,130,207). Sum of RGB (Red+Green+Blue) = 147+130+207=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #9382CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382CF is #6C7D30. Grayscale: #8F8F8F. Windows color (decimal): -7109937 or 13599379. OLE color: 13599379.

HSL color Cylindrical-coordinate representation of color #9382CF: hue angle of 253.25º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9382CF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147130207-
CMYK0.290.3700.19
HSL253.25º44.51%66.08%-
HSV(B)253.25º37.2%81.18%-
XYZ31.2826.6762.53-
YUV143.86163.63130.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=30.37%
G=26.86%
B=42.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471302070.290.3700.19253.2544.5166.08
Hex9382CF1D25013fd2d42
Octal223202317354502337555102
Binary10010011100000101100111111101100101010011111111011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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