#9177ce

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

Shades of True V #9177CE

Tints of True V #9177CE

Color information

#9177CE (or 0x9177CE) is unknown color: approx True V. HEX triplet: 91, 77 and CE. RGB value is (145,119,206). Sum of RGB (Red+Green+Blue) = 145+119+206=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #9177CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177CE is #6E8831. Grayscale: #888888. Windows color (decimal): -7243826 or 13531025. OLE color: 13531025.

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

Color convert

RGB145119206-
CMYK0.300.4200.19
HSL257.93º47.03%63.73%-
HSV(B)257.93º42.23%80.78%-
XYZ29.4123.6761.41-
YUV136.69167.11133.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=30.85%
G=25.32%
B=43.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451192060.300.4200.19257.9347.0363.73
Hex9177CE1E2A0131022f40
Octal221167316365202340257100
Binary10010001111011111001110111101010100100111000000101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9177ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9177ce; }

 p { color: rgb(145,119,206); }

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

<style>
 a { background-color: #9177ce; }

 a { background-color: rgb(145,119,206); }

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

<style>
 span { border-color: #9177ce; }

 span { border-color: rgb(145,119,206); }

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