#907CC1

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

Shades of True V #907CC1

Tints of True V #907CC1

Color information

#907CC1 (or 0x907CC1) is unknown color: approx True V. HEX triplet: 90, 7C and C1. RGB value is (144,124,193). Sum of RGB (Red+Green+Blue) = 144+124+193=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #907CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CC1 is #6F833E. Grayscale: #898989. Windows color (decimal): -7308095 or 12680336. OLE color: 12680336.

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

Color convert

RGB144124193-
CMYK0.250.3600.24
HSL257.39º35.75%62.16%-
HSV(B)257.39º35.75%75.69%-
XYZ28.3324.1953.63-
YUV137.85159.13132.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=31.24%
G=26.90%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441241930.250.3600.24257.3935.7562.16
Hex907CC11924018101243e
Octal22017430131440304014476
Binary1001000011111001100000111001100100011000100000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,124,193); }

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

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

 a { background-color: rgb(144,124,193); }

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

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

 span { border-color: rgb(144,124,193); }

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