Html Css Color HEX #9288BA Cold Purple

📋 copy color: '#9288BA'

red 146 ◦ green 136 ◦ blue 186

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

Shades of Cold Purple #9288BA

Tints of Cold Purple #9288BA

RGB

 RED value IS 146 (57.42% from 255) = 31.2%

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

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

R = 31.2%
G = 29.06%
B = 39.74%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9288BA (or 0x9288BA) is known color: Cold Purple. HEX triplet: 92, 88 and BA. RGB value is (146,136,186). Sum of RGB (Red+Green+Blue) = 146+136+186=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9288BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288BA is #6D7745. Grayscale: #909090. Windows color (decimal): -7173958 or 12224658. OLE color: 12224658.

HSL color Cylindrical-coordinate representation of color #9288BA: hue angle of 252º 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 #9288BA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 136 186 -
CMYK 0.22 0.27 0 0.27
HSL 252º 0.27% 0.63% -
HSV(B) 252º 0.27% 0.73% -
XYZ 29.52 27.26 50.16 -
YUV 144.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 146 136 186 0.22 0.27 0 0.27 252 0.27 0.63
Hex 92 88 BA 16 1B 0 1B FC 1B 3F
Octal 222 210 272 26 33 0 33 374 33 77
Binary 10010010 10001000 10111010 10110 11011 0 11011 11111100 11011 111111

Color Harmonies of #9288BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9288BA

Black with #9288BA

Text Example


Text Example

White with #9288BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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