#9371CD

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

Shades of True V #9371CD

Tints of True V #9371CD

Color information

#9371CD (or 0x9371CD) is unknown color: approx True V. HEX triplet: 93, 71 and CD. RGB value is (147,113,205). Sum of RGB (Red+Green+Blue) = 147+113+205=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #9371CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371CD is #6C8E32. Grayscale: #858585. Windows color (decimal): -7114291 or 13463955. OLE color: 13463955.

HSL color Cylindrical-coordinate representation of color #9371CD: hue angle of 262.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9371CD is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147113205-
CMYK0.280.4500.20
HSL262.17º47.92%62.35%-
HSV(B)262.17º44.88%80.39%-
XYZ28.9622.4260.56-
YUV133.65168.26137.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=31.61%
G=24.30%
B=44.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471132050.280.4500.20262.1747.9262.35
Hex9371CD1C2D014106303e
Octal22316131534550244066076
Binary1001001111100011100110111100101101010100100000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9371CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9371CD; }

 p { color: rgb(147,113,205); }

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

<style>
 a { background-color: #9371CD; }

 a { background-color: rgb(147,113,205); }

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

<style>
 span { border-color: #9371CD; }

 span { border-color: rgb(147,113,205); }

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