Html Css Color HEX #9488AD Cold Purple

📋 copy color: '#9488AD'

red 148 ◦ green 136 ◦ blue 173

#9488AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9488AD

Tints of Cold Purple #9488AD

RGB

 RED value IS 148 (58.2% from 255) = 32.39%

 GREEN value IS 136 (53.52% from 255) = 29.76%

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 32.39%
G = 29.76%
B = 37.86%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9488AD (or 0x9488AD) is known color: Cold Purple. HEX triplet: 94, 88 and AD. RGB value is (148,136,173). Sum of RGB (Red+Green+Blue) = 148+136+173=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #9488AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9488AD is #6B7752. Grayscale: #8F8F8F. Windows color (decimal): -7042899 or 11372692. OLE color: 11372692.

HSL color Cylindrical-coordinate representation of color #9488AD: hue angle of 259.46º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9488AD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 136 173 -
CMYK 0.14 0.21 0 0.32
HSL 259.46º 0.18% 0.61% -
HSV(B) 259.46º 0.21% 0.68% -
XYZ 28.56 26.92 43.23 -
YUV 143.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 148 136 173 0.14 0.21 0 0.32 259.46 0.18 0.61
Hex 94 88 AD E 15 0 20 103 12 3D
Octal 224 210 255 16 25 0 40 403 22 75
Binary 10010100 10001000 10101101 1110 10101 0 100000 100000011 10010 111101

Color Harmonies of #9488AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488AD

Black with #9488AD

Text Example


Text Example

White with #9488AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9488AD; }

 p { color: rgb(148,136,173); }

 H1.HeaderClassName
 {
   color: #9488AD;
 }
 .AnyTagClassName
 {
   color: #9488AD;
 }
</style>

background-color css

<style>
 a { background-color: #9488AD; }

 a { background-color: rgb(148,136,173); }

 div.DivClassName
 {
   background-color: #9488AD;
 }
 .BgClassName
 {
   background-color: #9488AD;
 }
</style>

border-color css

<style>
 span { border-color: #9488AD; }

 span { border-color: rgb(148,136,173); }

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