#907DCA

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

Shades of True V #907DCA

Tints of True V #907DCA

Color information

#907DCA (or 0x907DCA) is unknown color: approx True V. HEX triplet: 90, 7D and CA. RGB value is (144,125,202). Sum of RGB (Red+Green+Blue) = 144+125+202=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #907DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DCA is #6F8235. Grayscale: #8B8B8B. Windows color (decimal): -7307830 or 13270416. OLE color: 13270416.

HSL color Cylindrical-coordinate representation of color #907DCA: hue angle of 254.81º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #907DCA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144125202-
CMYK0.290.3800.21
HSL254.81º42.08%64.12%-
HSV(B)254.81º38.12%79.22%-
XYZ29.524.8659.12-
YUV139.46163.29131.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.57%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=30.57%
G=26.54%
B=42.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441252020.290.3800.21254.8142.0864.12
Hex907DCA1D26015ff2a40
Octal220175312354602537752100
Binary1001000011111011100101011101100110010101111111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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