#9677CD

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

Shades of True V #9677CD

Tints of True V #9677CD

Color information

#9677CD (or 0x9677CD) is unknown color: approx True V. HEX triplet: 96, 77 and CD. RGB value is (150,119,205). Sum of RGB (Red+Green+Blue) = 150+119+205=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #9677CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677CD is #698832. Grayscale: #898989. Windows color (decimal): -6916147 or 13465494. OLE color: 13465494.

HSL color Cylindrical-coordinate representation of color #9677CD: hue angle of 261.63º 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 #9677CD is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150119205-
CMYK0.270.4200.20
HSL261.63º46.24%63.53%-
HSV(B)261.63º41.95%80.39%-
XYZ30.1924.0960.82-
YUV138.07165.77136.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=31.65%
G=25.11%
B=43.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501192050.270.4200.20261.6346.2463.53
Hex9677CD1B2A0141062e40
Octal226167315335202440656100
Binary10010110111011111001101110111010100101001000001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9677CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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