Html Css Color HEX #9089BC Cold Purple

📋 copy color: '#9089BC'

red 144 ◦ green 137 ◦ blue 188

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

Shades of Cold Purple #9089BC

Tints of Cold Purple #9089BC

RGB

 RED value IS 144 (56.64% from 255) = 30.7%

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

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

R = 30.7%
G = 29.21%
B = 40.09%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9089BC (or 0x9089BC) is known color: Cold Purple. HEX triplet: 90, 89 and BC. RGB value is (144,137,188). Sum of RGB (Red+Green+Blue) = 144+137+188=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9089BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9089BC is #6F7643. Grayscale: #909090. Windows color (decimal): -7304772 or 12355984. OLE color: 12355984.

HSL color Cylindrical-coordinate representation of color #9089BC: hue angle of 248.24º 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 #9089BC is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 137 188 -
CMYK 0.23 0.27 0 0.26
HSL 248.24º 0.28% 0.64% -
HSV(B) 248.24º 0.27% 0.74% -
XYZ 29.52 27.45 51.32 -
YUV 144.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 144 137 188 0.23 0.27 0 0.26 248.24 0.28 0.64
Hex 90 89 BC 17 1B 0 1A F8 1C 40
Octal 220 211 274 27 33 0 32 370 34 100
Binary 10010000 10001001 10111100 10111 11011 0 11010 11111000 11100 1000000

Color Harmonies of #9089BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9089BC

Black with #9089BC

Text Example


Text Example

White with #9089BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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