#9383CB

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

Shades of True V #9383CB

Tints of True V #9383CB

Color information

#9383CB (or 0x9383CB) is unknown color: approx True V. HEX triplet: 93, 83 and CB. RGB value is (147,131,203). Sum of RGB (Red+Green+Blue) = 147+131+203=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #9383CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383CB is #6C7C34. Grayscale: #8F8F8F. Windows color (decimal): -7109685 or 13337491. OLE color: 13337491.

HSL color Cylindrical-coordinate representation of color #9383CB: hue angle of 253.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9383CB is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147131203-
CMYK0.280.3500.20
HSL253.33º40.91%65.49%-
HSV(B)253.33º35.47%79.61%-
XYZ30.9326.7560.03-
YUV143.99161.3130.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.56%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=30.56%
G=27.23%
B=42.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471312030.280.3500.20253.3340.9165.49
Hex9383CB1C23014fd2941
Octal223203313344302437551101
Binary10010011100000111100101111100100011010100111111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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