Html Css Color HEX #9D90BF Cold Purple

📋 copy color: '#9D90BF'

red 157 ◦ green 144 ◦ blue 191

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

Shades of Cold Purple #9D90BF

Tints of Cold Purple #9D90BF

RGB

 RED value IS 157 (61.72% from 255) = 31.91%

 GREEN value IS 144 (56.64% from 255) = 29.27%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 31.91%
G = 29.27%
B = 38.82%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D90BF (or 0x9D90BF) is known color: Cold Purple. HEX triplet: 9D, 90 and BF. RGB value is (157,144,191). Sum of RGB (Red+Green+Blue) = 157+144+191=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90BF is #626F40. Grayscale: #999999. Windows color (decimal): -6451009 or 12554397. OLE color: 12554397.

HSL color Cylindrical-coordinate representation of color #9D90BF: hue angle of 256.6º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D90BF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 144 191 -
CMYK 0.18 0.25 0 0.25
HSL 256.6º 0.27% 0.66% -
HSV(B) 256.6º 0.25% 0.75% -
XYZ 33.28 30.88 53.5 -
YUV 153.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 157 144 191 0.18 0.25 0 0.25 256.6 0.27 0.66
Hex 9D 90 BF 12 19 0 19 101 1B 42
Octal 235 220 277 22 31 0 31 401 33 102
Binary 10011101 10010000 10111111 10010 11001 0 11001 100000001 11011 1000010

Color Harmonies of #9D90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D90BF

Black with #9D90BF

Text Example


Text Example

White with #9D90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D90BF; }

 p { color: rgb(157,144,191); }

 H1.HeaderClassName
 {
   color: #9D90BF;
 }
 .AnyTagClassName
 {
   color: #9D90BF;
 }
</style>

background-color css

<style>
 a { background-color: #9D90BF; }

 a { background-color: rgb(157,144,191); }

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

border-color css

<style>
 span { border-color: #9D90BF; }

 span { border-color: rgb(157,144,191); }

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