Html Css Color HEX #9289BA Cold Purple

📋 copy color: '#9289BA'

red 146 ◦ green 137 ◦ blue 186

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

Shades of Cold Purple #9289BA

Tints of Cold Purple #9289BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.21%

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

R = 31.13%
G = 29.21%
B = 39.66%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9289BA (or 0x9289BA) is known color: Cold Purple. HEX triplet: 92, 89 and BA. RGB value is (146,137,186). Sum of RGB (Red+Green+Blue) = 146+137+186=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9289BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289BA is #6D7645. Grayscale: #919191. Windows color (decimal): -7173702 or 12224914. OLE color: 12224914.

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

Color convert

RGB 146 137 186 -
CMYK 0.22 0.26 0 0.27
HSL 251.02º 0.26% 0.63% -
HSV(B) 251.02º 0.26% 0.73% -
XYZ 29.66 27.55 50.21 -
YUV 145.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 146 137 186 0.22 0.26 0 0.27 251.02 0.26 0.63
Hex 92 89 BA 16 1A 0 1B FB 1A 3F
Octal 222 211 272 26 32 0 33 373 32 77
Binary 10010010 10001001 10111010 10110 11010 0 11011 11111011 11010 111111

Color Harmonies of #9289BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9289BA

Black with #9289BA

Text Example


Text Example

White with #9289BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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