#907AC0

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

Shades of True V #907AC0

Tints of True V #907AC0

Color information

#907AC0 (or 0x907AC0) is unknown color: approx True V. HEX triplet: 90, 7A and C0. RGB value is (144,122,192). Sum of RGB (Red+Green+Blue) = 144+122+192=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #907AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907AC0 is #6F853F. Grayscale: #888888. Windows color (decimal): -7308608 or 12614288. OLE color: 12614288.

HSL color Cylindrical-coordinate representation of color #907AC0: hue angle of 258.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #907AC0 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144122192-
CMYK0.250.3600.25
HSL258.86º35.71%61.57%-
HSV(B)258.86º36.46%75.29%-
XYZ27.9823.6552.96-
YUV136.56159.29133.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 192 (75.39% from 255) = 41.92%
R=31.44%
G=26.64%
B=41.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441221920.250.3600.25258.8635.7161.57
Hex907AC01924019103243e
Octal22017230031440314034476
Binary1001000011110101100000011001100100011001100000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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