Html Css Color HEX #9D91BC Cold Purple

📋 copy color: '#9D91BC'

red 157 ◦ green 145 ◦ blue 188

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

Shades of Cold Purple #9D91BC

Tints of Cold Purple #9D91BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.59%

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

R = 32.04%
G = 29.59%
B = 38.37%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D91BC (or 0x9D91BC) is known color: Cold Purple. HEX triplet: 9D, 91 and BC. RGB value is (157,145,188). Sum of RGB (Red+Green+Blue) = 157+145+188=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D91BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91BC is #626E43. Grayscale: #999999. Windows color (decimal): -6450756 or 12358045. OLE color: 12358045.

HSL color Cylindrical-coordinate representation of color #9D91BC: hue angle of 256.74º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D91BC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 145 188 -
CMYK 0.16 0.23 0 0.26
HSL 256.74º 0.24% 0.65% -
HSV(B) 256.74º 0.23% 0.74% -
XYZ 33.11 31.05 51.83 -
YUV 153.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 157 145 188 0.16 0.23 0 0.26 256.74 0.24 0.65
Hex 9D 91 BC 10 17 0 1A 101 18 41
Octal 235 221 274 20 27 0 32 401 30 101
Binary 10011101 10010001 10111100 10000 10111 0 11010 100000001 11000 1000001

Color Harmonies of #9D91BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D91BC

Black with #9D91BC

Text Example


Text Example

White with #9D91BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,145,188); }

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

background-color css

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

 a { background-color: rgb(157,145,188); }

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

border-color css

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

 span { border-color: rgb(157,145,188); }

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