#907ace

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

Shades of True V #907ACE

Tints of True V #907ACE

Color information

#907ACE (or 0x907ACE) is unknown color: approx True V. HEX triplet: 90, 7A and CE. RGB value is (144,122,206). Sum of RGB (Red+Green+Blue) = 144+122+206=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #907ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ACE is #6F8531. Grayscale: #898989. Windows color (decimal): -7308594 or 13531792. OLE color: 13531792.

HSL color Cylindrical-coordinate representation of color #907ACE: hue angle of 255.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #907ACE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144122206-
CMYK0.300.4100.19
HSL255.71º46.15%64.31%-
HSV(B)255.71º40.78%80.78%-
XYZ29.624.361.52-
YUV138.15166.29132.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.51%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=30.51%
G=25.85%
B=43.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441222060.300.4100.19255.7146.1564.31
Hex907ACE1E290131002e40
Octal220172316365102340056100
Binary10010000111101011001110111101010010100111000000001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,122,206); }

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

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

 a { background-color: rgb(144,122,206); }

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

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

 span { border-color: rgb(144,122,206); }

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