#968ACA

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

Shades of Cold Purple #968ACA

Tints of Cold Purple #968ACA

Color information

#968ACA (or 0x968ACA) is unknown color: approx Cold Purple. HEX triplet: 96, 8A and CA. RGB value is (150,138,202). Sum of RGB (Red+Green+Blue) = 150+138+202=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #968ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ACA is #697535. Grayscale: #949494. Windows color (decimal): -6911286 or 13273750. OLE color: 13273750.

HSL color Cylindrical-coordinate representation of color #968ACA: hue angle of 251.25º 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 #968ACA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150138202-
CMYK0.260.3200.21
HSL251.25º37.65%66.67%-
HSV(B)251.25º31.68%79.22%-
XYZ32.3328.9359.76-
YUV148.88157.98128.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=30.61%
G=28.16%
B=41.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501382020.260.3200.21251.2537.6566.67
Hex968ACA1A20015fb2643
Octal226212312324002537346103
Binary10010110100010101100101011010100000010101111110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968ACA; }

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

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

<style>
 a { background-color: #968ACA; }

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

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

<style>
 span { border-color: #968ACA; }

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

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