#907ED1

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

Shades of True V #907ED1

Tints of True V #907ED1

Color information

#907ED1 (or 0x907ED1) is unknown color: approx True V. HEX triplet: 90, 7E and D1. RGB value is (144,126,209). Sum of RGB (Red+Green+Blue) = 144+126+209=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #907ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ED1 is #6F812E. Grayscale: #8C8C8C. Windows color (decimal): -7307567 or 13729424. OLE color: 13729424.

HSL color Cylindrical-coordinate representation of color #907ED1: hue angle of 253.01º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #907ED1 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144126209-
CMYK0.310.4000.18
HSL253.01º47.43%65.69%-
HSV(B)253.01º39.71%81.96%-
XYZ30.4725.4563.63-
YUV140.84166.46130.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=30.06%
G=26.30%
B=43.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441262090.310.4000.18253.0147.4365.69
Hex907ED11F28012fd2f42
Octal220176321375002237557102
Binary1001000011111101101000111111101000010010111111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,126,209); }

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

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

 a { background-color: rgb(144,126,209); }

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

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

 span { border-color: rgb(144,126,209); }

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