#9076CF

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

Shades of True V #9076CF

Tints of True V #9076CF

Color information

#9076CF (or 0x9076CF) is unknown color: approx True V. HEX triplet: 90, 76 and CF. RGB value is (144,118,207). Sum of RGB (Red+Green+Blue) = 144+118+207=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9076CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076CF is #6F8930. Grayscale: #878787. Windows color (decimal): -7309617 or 13596304. OLE color: 13596304.

HSL color Cylindrical-coordinate representation of color #9076CF: hue angle of 257.53º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9076CF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144118207-
CMYK0.300.4300.19
HSL257.53º48.11%63.73%-
HSV(B)257.53º43%81.18%-
XYZ29.2423.3962.01-
YUV135.92168.11133.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.70%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=30.70%
G=25.16%
B=44.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441182070.300.4300.19257.5348.1163.73
Hex9076CF1E2B0131023040
Octal220166317365302340260100
Binary10010000111011011001111111101010110100111000000101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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