#9077CD

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

Shades of True V #9077CD

Tints of True V #9077CD

Color information

#9077CD (or 0x9077CD) is unknown color: approx True V. HEX triplet: 90, 77 and CD. RGB value is (144,119,205). Sum of RGB (Red+Green+Blue) = 144+119+205=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9077CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077CD is #6F8832. Grayscale: #878787. Windows color (decimal): -7309363 or 13465488. OLE color: 13465488.

HSL color Cylindrical-coordinate representation of color #9077CD: hue angle of 257.44º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9077CD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144119205-
CMYK0.300.4200.20
HSL257.44º46.24%63.53%-
HSV(B)257.44º41.95%80.39%-
XYZ29.1223.5360.76-
YUV136.28166.78133.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.77%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=30.77%
G=25.43%
B=43.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441192050.300.4200.20257.4446.2463.53
Hex9077CD1E2A0141012e40
Octal220167315365202440156100
Binary10010000111011111001101111101010100101001000000011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9077CD; }

 p { color: rgb(144,119,205); }

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

<style>
 a { background-color: #9077CD; }

 a { background-color: rgb(144,119,205); }

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

<style>
 span { border-color: #9077CD; }

 span { border-color: rgb(144,119,205); }

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