#9B62AB

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

Shades of Violet Blue #9B62AB

Tints of Violet Blue #9B62AB

Color information

#9B62AB (or 0x9B62AB) is unknown color: approx Violet Blue. HEX triplet: 9B, 62 and AB. RGB value is (155,98,171). Sum of RGB (Red+Green+Blue) = 155+98+171=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B62AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B62AB is #649D54. Grayscale: #7B7B7B. Windows color (decimal): -6593877 or 11231899. OLE color: 11231899.

HSL color Cylindrical-coordinate representation of color #9B62AB: hue angle of 286.85º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B62AB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15598171-
CMYK0.090.4300.33
HSL286.85º30.29%52.75%-
HSV(B)286.85º42.69%67.06%-
XYZ25.2418.6440.8-
YUV123.36154.88150.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=36.56%
G=23.11%
B=40.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155981710.090.4300.33286.8530.2952.75
Hex9B62AB92B02111f1e35
Octal23314225311530414373665
Binary100110111100010101010111001101011010000110001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B62AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,98,171); }

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

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

 a { background-color: rgb(155,98,171); }

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

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

 span { border-color: rgb(155,98,171); }

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