Html Css Color HEX #9289BF Cold Purple

📋 copy color: '#9289BF'

red 146 ◦ green 137 ◦ blue 191

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

Shades of Cold Purple #9289BF

Tints of Cold Purple #9289BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 30.8%
G = 28.9%
B = 40.3%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9289BF (or 0x9289BF) is known color: Cold Purple. HEX triplet: 92, 89 and BF. RGB value is (146,137,191). Sum of RGB (Red+Green+Blue) = 146+137+191=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9289BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289BF is #6D7640. Grayscale: #919191. Windows color (decimal): -7173697 or 12552594. OLE color: 12552594.

HSL color Cylindrical-coordinate representation of color #9289BF: hue angle of 250º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9289BF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 137 191 -
CMYK 0.24 0.28 0 0.25
HSL 250º 0.3% 0.64% -
HSV(B) 250º 0.28% 0.75% -
XYZ 30.2 27.76 53.06 -
YUV 145.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 146 137 191 0.24 0.28 0 0.25 250 0.3 0.64
Hex 92 89 BF 18 1C 0 19 FA 1E 40
Octal 222 211 277 30 34 0 31 372 36 100
Binary 10010010 10001001 10111111 11000 11100 0 11001 11111010 11110 1000000

Color Harmonies of #9289BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9289BF

Black with #9289BF

Text Example


Text Example

White with #9289BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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