Html Css Color HEX #9488AA Cold Purple

📋 copy color: '#9488AA'

red 148 ◦ green 136 ◦ blue 170

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

Shades of Cold Purple #9488AA

Tints of Cold Purple #9488AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 32.6%
G = 29.96%
B = 37.44%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9488AA (or 0x9488AA) is known color: Cold Purple. HEX triplet: 94, 88 and AA. RGB value is (148,136,170). Sum of RGB (Red+Green+Blue) = 148+136+170=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #9488AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9488AA is #6B7755. Grayscale: #8F8F8F. Windows color (decimal): -7042902 or 11176084. OLE color: 11176084.

HSL color Cylindrical-coordinate representation of color #9488AA: hue angle of 261.18º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9488AA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 136 170 -
CMYK 0.13 0.20 0 0.33
HSL 261.18º 0.17% 0.6% -
HSV(B) 261.18º 0.2% 0.67% -
XYZ 28.27 26.81 41.71 -
YUV 143.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 148 136 170 0.13 0.20 0 0.33 261.18 0.17 0.6
Hex 94 88 AA D 14 0 21 105 11 3C
Octal 224 210 252 15 24 0 41 405 21 74
Binary 10010100 10001000 10101010 1101 10100 0 100001 100000101 10001 111100

Color Harmonies of #9488AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488AA

Black with #9488AA

Text Example


Text Example

White with #9488AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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