Html Css Color HEX #9488BA Cold Purple

📋 copy color: '#9488BA'

red 148 ◦ green 136 ◦ blue 186

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

Shades of Cold Purple #9488BA

Tints of Cold Purple #9488BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 31.49%
G = 28.94%
B = 39.57%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9488BA (or 0x9488BA) is known color: Cold Purple. HEX triplet: 94, 88 and BA. RGB value is (148,136,186). Sum of RGB (Red+Green+Blue) = 148+136+186=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9488BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488BA is #6B7745. Grayscale: #919191. Windows color (decimal): -7042886 or 12224660. OLE color: 12224660.

HSL color Cylindrical-coordinate representation of color #9488BA: hue angle of 254.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9488BA is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 136 186 -
CMYK 0.20 0.27 0 0.27
HSL 254.4º 0.27% 0.63% -
HSV(B) 254.4º 0.27% 0.73% -
XYZ 29.88 27.45 50.18 -
YUV 145.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 148 136 186 0.20 0.27 0 0.27 254.4 0.27 0.63
Hex 94 88 BA 14 1B 0 1B FE 1B 3F
Octal 224 210 272 24 33 0 33 376 33 77
Binary 10010100 10001000 10111010 10100 11011 0 11011 11111110 11011 111111

Color Harmonies of #9488BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488BA

Black with #9488BA

Text Example


Text Example

White with #9488BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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