#9C629D

Color #9C629D Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9C629D

Tints of Violet Blue #9C629D

Color information

#9C629D (or 0x9C629D) is unknown color: approx Violet Blue. HEX triplet: 9C, 62 and 9D. RGB value is (156,98,157). Sum of RGB (Red+Green+Blue) = 156+98+157=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C629D is #639D62. Grayscale: #797979. Windows color (decimal): -6528355 or 10314396. OLE color: 10314396.

HSL color Cylindrical-coordinate representation of color #9C629D: hue angle of 298.98º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C629D is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15698157-
CMYK0.010.3800.38
HSL298.98º23.14%50%-
HSV(B)298.98º37.58%61.57%-
XYZ24.1618.2434.14-
YUV122.07147.72152.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=37.96%
G=23.84%
B=38.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156981570.010.3800.38298.9823.1450
Hex9C629D12602612b1732
Octal2341422351460464532762
Binary100111001100010100111011100110010011010010101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C629D; }

 p { color: rgb(156,98,157); }

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

<style>
 a { background-color: #9C629D; }

 a { background-color: rgb(156,98,157); }

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

<style>
 span { border-color: #9C629D; }

 span { border-color: rgb(156,98,157); }

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