#9683CA

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

Shades of Cold Purple #9683CA

Tints of Cold Purple #9683CA

Color information

#9683CA (or 0x9683CA) is unknown color: approx Cold Purple. HEX triplet: 96, 83 and CA. RGB value is (150,131,202). Sum of RGB (Red+Green+Blue) = 150+131+202=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9683CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683CA is #697C35. Grayscale: #909090. Windows color (decimal): -6913078 or 13271958. OLE color: 13271958.

HSL color Cylindrical-coordinate representation of color #9683CA: hue angle of 256.06º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9683CA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150131202-
CMYK0.260.3500.21
HSL256.06º40.11%65.29%-
HSV(B)256.06º35.15%79.22%-
XYZ31.3526.9859.43-
YUV144.77160.29131.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=31.06%
G=27.12%
B=41.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501312020.260.3500.21256.0640.1165.29
Hex9683CA1A230151002841
Octal226203312324302540050101
Binary100101101000001111001010110101000110101011000000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9683CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9683CA; }

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

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

<style>
 a { background-color: #9683CA; }

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

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

<style>
 span { border-color: #9683CA; }

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

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