Html Css Color HEX #9288BD Cold Purple

📋 copy color: '#9288BD'

red 146 ◦ green 136 ◦ blue 189

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

Shades of Cold Purple #9288BD

Tints of Cold Purple #9288BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 31%
G = 28.87%
B = 40.13%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9288BD (or 0x9288BD) is known color: Cold Purple. HEX triplet: 92, 88 and BD. RGB value is (146,136,189). Sum of RGB (Red+Green+Blue) = 146+136+189=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #9288BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288BD is #6D7742. Grayscale: #909090. Windows color (decimal): -7173955 or 12421266. OLE color: 12421266.

HSL color Cylindrical-coordinate representation of color #9288BD: hue angle of 251.32º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9288BD is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 136 189 -
CMYK 0.23 0.28 0 0.26
HSL 251.32º 0.29% 0.64% -
HSV(B) 251.32º 0.28% 0.74% -
XYZ 29.84 27.39 51.86 -
YUV 145.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 146 136 189 0.23 0.28 0 0.26 251.32 0.29 0.64
Hex 92 88 BD 17 1C 0 1A FB 1D 40
Octal 222 210 275 27 34 0 32 373 35 100
Binary 10010010 10001000 10111101 10111 11100 0 11010 11111011 11101 1000000

Color Harmonies of #9288BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9288BD

Black with #9288BD

Text Example


Text Example

White with #9288BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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