Html Css Color HEX #9289BC Cold Purple

📋 copy color: '#9289BC'

red 146 ◦ green 137 ◦ blue 188

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

Shades of Cold Purple #9289BC

Tints of Cold Purple #9289BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 31%
G = 29.09%
B = 39.92%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9289BC (or 0x9289BC) is known color: Cold Purple. HEX triplet: 92, 89 and BC. RGB value is (146,137,188). Sum of RGB (Red+Green+Blue) = 146+137+188=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9289BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289BC is #6D7643. Grayscale: #919191. Windows color (decimal): -7173700 or 12355986. OLE color: 12355986.

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

Color convert

RGB 146 137 188 -
CMYK 0.22 0.27 0 0.26
HSL 250.59º 0.28% 0.64% -
HSV(B) 250.59º 0.27% 0.74% -
XYZ 29.88 27.63 51.34 -
YUV 145.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 146 137 188 0.22 0.27 0 0.26 250.59 0.28 0.64
Hex 92 89 BC 16 1B 0 1A FB 1C 40
Octal 222 211 274 26 33 0 32 373 34 100
Binary 10010010 10001001 10111100 10110 11011 0 11010 11111011 11100 1000000

Color Harmonies of #9289BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9289BC

Black with #9289BC

Text Example


Text Example

White with #9289BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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