#9D67AA

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

Shades of Violet Blue #9D67AA

Tints of Violet Blue #9D67AA

Color information

#9D67AA (or 0x9D67AA) is unknown color: approx Violet Blue. HEX triplet: 9D, 67 and AA. RGB value is (157,103,170). Sum of RGB (Red+Green+Blue) = 157+103+170=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D67AA is #629855. Grayscale: #7E7E7E. Windows color (decimal): -6461526 or 11167645. OLE color: 11167645.

HSL color Cylindrical-coordinate representation of color #9D67AA: hue angle of 288.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D67AA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157103170-
CMYK0.080.3900.33
HSL288.36º28.27%53.53%-
HSV(B)288.36º39.41%66.67%-
XYZ26.0119.7740.48-
YUV126.78152.39149.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=36.51%
G=23.95%
B=39.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571031700.080.3900.33288.3628.2753.53
Hex9D67AA8270211201c36
Octal23514725210470414403466
Binary100111011100111101010101000100111010000110010000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,103,170); }

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

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

 a { background-color: rgb(157,103,170); }

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

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

 span { border-color: rgb(157,103,170); }

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