#907CC3

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

Shades of True V #907CC3

Tints of True V #907CC3

Color information

#907CC3 (or 0x907CC3) is unknown color: approx True V. HEX triplet: 90, 7C and C3. RGB value is (144,124,195). Sum of RGB (Red+Green+Blue) = 144+124+195=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #907CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CC3 is #6F833C. Grayscale: #898989. Windows color (decimal): -7308093 or 12811408. OLE color: 12811408.

HSL color Cylindrical-coordinate representation of color #907CC3: hue angle of 256.9º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #907CC3 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144124195-
CMYK0.260.3600.24
HSL256.9º37.17%62.55%-
HSV(B)256.9º36.41%76.47%-
XYZ28.5624.2854.81-
YUV138.07160.13132.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 195 (76.56% from 255) = 42.12%
R=31.10%
G=26.78%
B=42.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441241950.260.3600.24256.937.1762.55
Hex907CC31A24018101253f
Octal22017430332440304014577
Binary1001000011111001100001111010100100011000100000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907CC3; }

 p { color: rgb(144,124,195); }

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

<style>
 a { background-color: #907CC3; }

 a { background-color: rgb(144,124,195); }

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

<style>
 span { border-color: #907CC3; }

 span { border-color: rgb(144,124,195); }

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