#9374CA

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

Shades of True V #9374CA

Tints of True V #9374CA

Color information

#9374CA (or 0x9374CA) is unknown color: approx True V. HEX triplet: 93, 74 and CA. RGB value is (147,116,202). Sum of RGB (Red+Green+Blue) = 147+116+202=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #9374CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374CA is #6C8B35. Grayscale: #868686. Windows color (decimal): -7113526 or 13268115. OLE color: 13268115.

HSL color Cylindrical-coordinate representation of color #9374CA: hue angle of 261.63º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9374CA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147116202-
CMYK0.270.4300.21
HSL261.63º44.79%62.35%-
HSV(B)261.63º42.57%79.22%-
XYZ28.9422.9658.78-
YUV135.07165.77136.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=31.61%
G=24.95%
B=43.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471162020.270.4300.21261.6344.7962.35
Hex9374CA1B2B0151062d3e
Octal22316431233530254065576
Binary1001001111101001100101011011101011010101100000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9374CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9374CA; }

 p { color: rgb(147,116,202); }

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

<style>
 a { background-color: #9374CA; }

 a { background-color: rgb(147,116,202); }

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

<style>
 span { border-color: #9374CA; }

 span { border-color: rgb(147,116,202); }

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