Html Css Color HEX #9087BD Cold Purple

📋 copy color: '#9087BD'

red 144 ◦ green 135 ◦ blue 189

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

Shades of Cold Purple #9087BD

Tints of Cold Purple #9087BD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.85%

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

R = 30.77%
G = 28.85%
B = 40.38%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9087BD (or 0x9087BD) is known color: Cold Purple. HEX triplet: 90, 87 and BD. RGB value is (144,135,189). Sum of RGB (Red+Green+Blue) = 144+135+189=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #9087BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087BD is #6F7842. Grayscale: #8F8F8F. Windows color (decimal): -7305283 or 12421008. OLE color: 12421008.

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

Color convert

RGB 144 135 189 -
CMYK 0.24 0.29 0 0.26
HSL 250º 0.29% 0.64% -
HSV(B) 250º 0.29% 0.74% -
XYZ 29.35 26.93 51.8 -
YUV 143.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 144 135 189 0.24 0.29 0 0.26 250 0.29 0.64
Hex 90 87 BD 18 1D 0 1A FA 1D 40
Octal 220 207 275 30 35 0 32 372 35 100
Binary 10010000 10000111 10111101 11000 11101 0 11010 11111010 11101 1000000

Color Harmonies of #9087BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9087BD

Black with #9087BD

Text Example


Text Example

White with #9087BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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