#9078C1

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

Shades of True V #9078C1

Tints of True V #9078C1

Color information

#9078C1 (or 0x9078C1) is unknown color: approx True V. HEX triplet: 90, 78 and C1. RGB value is (144,120,193). Sum of RGB (Red+Green+Blue) = 144+120+193=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #9078C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078C1 is #6F873E. Grayscale: #878787. Windows color (decimal): -7309119 or 12679312. OLE color: 12679312.

HSL color Cylindrical-coordinate representation of color #9078C1: hue angle of 259.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9078C1 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144120193-
CMYK0.250.3800.24
HSL259.73º37.06%61.37%-
HSV(B)259.73º37.82%75.69%-
XYZ27.8423.2153.47-
YUV135.5160.45134.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=31.51%
G=26.26%
B=42.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441201930.250.3800.24259.7337.0661.37
Hex9078C11926018104253d
Octal22017030131460304044575
Binary1001000011110001100000111001100110011000100000100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9078C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9078C1; }

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

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

<style>
 a { background-color: #9078C1; }

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

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

<style>
 span { border-color: #9078C1; }

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

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