Html Css Color HEX #9C91BD Cold Purple

📋 copy color: '#9C91BD'

red 156 ◦ green 145 ◦ blue 189

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

Shades of Cold Purple #9C91BD

Tints of Cold Purple #9C91BD

RGB

 RED value IS 156 (61.33% from 255) = 31.84%

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

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

R = 31.84%
G = 29.59%
B = 38.57%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C91BD (or 0x9C91BD) is known color: Cold Purple. HEX triplet: 9C, 91 and BD. RGB value is (156,145,189). Sum of RGB (Red+Green+Blue) = 156+145+189=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C91BD is #636E42. Grayscale: #999999. Windows color (decimal): -6516291 or 12423580. OLE color: 12423580.

HSL color Cylindrical-coordinate representation of color #9C91BD: hue angle of 255º degrees, saturation: 0.25, 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 #9C91BD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 145 189 -
CMYK 0.17 0.23 0 0.26
HSL 255º 0.25% 0.65% -
HSV(B) 255º 0.23% 0.74% -
XYZ 33.02 30.99 52.39 -
YUV 153.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 156 145 189 0.17 0.23 0 0.26 255 0.25 0.65
Hex 9C 91 BD 11 17 0 1A FF 19 41
Octal 234 221 275 21 27 0 32 377 31 101
Binary 10011100 10010001 10111101 10001 10111 0 11010 11111111 11001 1000001

Color Harmonies of #9C91BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C91BD

Black with #9C91BD

Text Example


Text Example

White with #9C91BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,145,189); }

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

background-color css

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

 a { background-color: rgb(156,145,189); }

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

border-color css

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

 span { border-color: rgb(156,145,189); }

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