#907DD2

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

Shades of True V #907DD2

Tints of True V #907DD2

Color information

#907DD2 (or 0x907DD2) is unknown color: approx True V. HEX triplet: 90, 7D and D2. RGB value is (144,125,210). Sum of RGB (Red+Green+Blue) = 144+125+210=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #907DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DD2 is #6F822D. Grayscale: #8C8C8C. Windows color (decimal): -7307822 or 13794704. OLE color: 13794704.

HSL color Cylindrical-coordinate representation of color #907DD2: hue angle of 253.41º degrees, saturation: 0.49, 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 #907DD2 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144125210-
CMYK0.310.4000.18
HSL253.41º48.57%65.69%-
HSV(B)253.41º40.48%82.35%-
XYZ30.4725.2564.24-
YUV140.37167.29130.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 210 (82.42% from 255) = 43.84%
R=30.06%
G=26.10%
B=43.84%

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
Decimal1441252100.310.4000.18253.4148.5765.69
Hex907DD21F28012fd3142
Octal220175322375002237561102
Binary1001000011111011101001011111101000010010111111011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,125,210); }

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

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

 a { background-color: rgb(144,125,210); }

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

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

 span { border-color: rgb(144,125,210); }

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