#9B8ACA

Color #9B8ACA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9B8ACA

Tints of Cold Purple #9B8ACA

Color information

#9B8ACA (or 0x9B8ACA) is unknown color: approx Cold Purple. HEX triplet: 9B, 8A and CA. RGB value is (155,138,202). Sum of RGB (Red+Green+Blue) = 155+138+202=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ACA is #647535. Grayscale: #969696. Windows color (decimal): -6583606 or 13273755. OLE color: 13273755.

HSL color Cylindrical-coordinate representation of color #9B8ACA: hue angle of 255.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B8ACA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155138202-
CMYK0.230.3200.21
HSL255.94º37.65%66.67%-
HSV(B)255.94º31.68%79.22%-
XYZ33.2729.4159.8-
YUV150.38157.13131.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=31.31%
G=27.88%
B=40.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551382020.230.3200.21255.9437.6566.67
Hex9B8ACA17200151002643
Octal233212312274002540046103
Binary100110111000101011001010101111000000101011000000001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,138,202); }

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

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

 a { background-color: rgb(155,138,202); }

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

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

 span { border-color: rgb(155,138,202); }

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