Html Css Color HEX #9488AB Cold Purple

📋 copy color: '#9488AB'

red 148 ◦ green 136 ◦ blue 171

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

Shades of Cold Purple #9488AB

Tints of Cold Purple #9488AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 32.53%
G = 29.89%
B = 37.58%

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

#9488AB (or 0x9488AB) is known color: Cold Purple. HEX triplet: 94, 88 and AB. RGB value is (148,136,171). Sum of RGB (Red+Green+Blue) = 148+136+171=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #9488AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9488AB is #6B7754. Grayscale: #8F8F8F. Windows color (decimal): -7042901 or 11241620. OLE color: 11241620.

HSL color Cylindrical-coordinate representation of color #9488AB: hue angle of 260.57º 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 #9488AB is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 136 171 -
CMYK 0.13 0.20 0 0.33
HSL 260.57º 0.17% 0.6% -
HSV(B) 260.57º 0.2% 0.67% -
XYZ 28.37 26.84 42.21 -
YUV 143.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 148 136 171 0.13 0.20 0 0.33 260.57 0.17 0.6
Hex 94 88 AB D 14 0 21 105 11 3C
Octal 224 210 253 15 24 0 41 405 21 74
Binary 10010100 10001000 10101011 1101 10100 0 100001 100000101 10001 111100

Color Harmonies of #9488AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488AB

Black with #9488AB

Text Example


Text Example

White with #9488AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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