Html Css Color HEX #9088BD Cold Purple

📋 copy color: '#9088BD'

red 144 ◦ green 136 ◦ blue 189

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

Shades of Cold Purple #9088BD

Tints of Cold Purple #9088BD

RGB

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

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

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

R = 30.7%
G = 29%
B = 40.3%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9088BD (or 0x9088BD) is known color: Cold Purple. HEX triplet: 90, 88 and BD. RGB value is (144,136,189). Sum of RGB (Red+Green+Blue) = 144+136+189=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #9088BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9088BD is #6F7742. Grayscale: #909090. Windows color (decimal): -7305027 or 12421264. OLE color: 12421264.

HSL color Cylindrical-coordinate representation of color #9088BD: hue angle of 249.06º 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 #9088BD is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 136 189 -
CMYK 0.24 0.28 0 0.26
HSL 249.06º 0.29% 0.64% -
HSV(B) 249.06º 0.28% 0.74% -
XYZ 29.49 27.21 51.84 -
YUV 144.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 144 136 189 0.24 0.28 0 0.26 249.06 0.29 0.64
Hex 90 88 BD 18 1C 0 1A F9 1D 40
Octal 220 210 275 30 34 0 32 371 35 100
Binary 10010000 10001000 10111101 11000 11100 0 11010 11111001 11101 1000000

Color Harmonies of #9088BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9088BD

Black with #9088BD

Text Example


Text Example

White with #9088BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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