#9383CE

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

Shades of True V #9383CE

Tints of True V #9383CE

Color information

#9383CE (or 0x9383CE) is unknown color: approx True V. HEX triplet: 93, 83 and CE. RGB value is (147,131,206). Sum of RGB (Red+Green+Blue) = 147+131+206=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #9383CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383CE is #6C7C31. Grayscale: #909090. Windows color (decimal): -7109682 or 13534099. OLE color: 13534099.

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

Color convert

RGB147131206-
CMYK0.290.3600.19
HSL252.8º43.35%66.08%-
HSV(B)252.8º36.41%80.78%-
XYZ31.2926.8961.93-
YUV144.33162.8129.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=30.37%
G=27.07%
B=42.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471312060.290.3600.19252.843.3566.08
Hex9383CE1D24013fd2b42
Octal223203316354402337553102
Binary10010011100000111100111011101100100010011111111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9383CE; }

 p { color: rgb(147,131,206); }

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

<style>
 a { background-color: #9383CE; }

 a { background-color: rgb(147,131,206); }

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

<style>
 span { border-color: #9383CE; }

 span { border-color: rgb(147,131,206); }

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