#9076BE

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

Shades of True V #9076BE

Tints of True V #9076BE

Color information

#9076BE (or 0x9076BE) is unknown color: approx True V. HEX triplet: 90, 76 and BE. RGB value is (144,118,190). Sum of RGB (Red+Green+Blue) = 144+118+190=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9076BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076BE is #6F8941. Grayscale: #858585. Windows color (decimal): -7309634 or 12482192. OLE color: 12482192.

HSL color Cylindrical-coordinate representation of color #9076BE: hue angle of 261.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9076BE is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144118190-
CMYK0.240.3800.25
HSL261.67º35.64%60.39%-
HSV(B)261.67º37.89%74.51%-
XYZ27.2722.651.64-
YUV133.98159.61135.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=31.86%
G=26.11%
B=42.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441181900.240.3800.25261.6735.6460.39
Hex9076BE1826019106243c
Octal22016627630460314064474
Binary1001000011101101011111011000100110011001100000110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9076BE; }

 p { color: rgb(144,118,190); }

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

<style>
 a { background-color: #9076BE; }

 a { background-color: rgb(144,118,190); }

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

<style>
 span { border-color: #9076BE; }

 span { border-color: rgb(144,118,190); }

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