#9485CD

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

Shades of Cold Purple #9485CD

Tints of Cold Purple #9485CD

Color information

#9485CD (or 0x9485CD) is unknown color: approx Cold Purple. HEX triplet: 94, 85 and CD. RGB value is (148,133,205). Sum of RGB (Red+Green+Blue) = 148+133+205=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #9485CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485CD is #6B7A32. Grayscale: #919191. Windows color (decimal): -7043635 or 13469076. OLE color: 13469076.

HSL color Cylindrical-coordinate representation of color #9485CD: hue angle of 252.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9485CD is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148133205-
CMYK0.280.3500.20
HSL252.5º41.86%66.27%-
HSV(B)252.5º35.12%80.39%-
XYZ31.6227.4861.39-
YUV145.69161.47129.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=30.45%
G=27.37%
B=42.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481332050.280.3500.20252.541.8666.27
Hex9485CD1C23014fc2a42
Octal224205315344302437452102
Binary10010100100001011100110111100100011010100111111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9485CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9485CD; }

 p { color: rgb(148,133,205); }

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

<style>
 a { background-color: #9485CD; }

 a { background-color: rgb(148,133,205); }

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

<style>
 span { border-color: #9485CD; }

 span { border-color: rgb(148,133,205); }

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