Html Css Color HEX #9C90BF Cold Purple

📋 copy color: '#9C90BF'

red 156 ◦ green 144 ◦ blue 191

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

Shades of Cold Purple #9C90BF

Tints of Cold Purple #9C90BF

RGB

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

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

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

R = 31.77%
G = 29.33%
B = 38.9%

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

#9C90BF (or 0x9C90BF) is known color: Cold Purple. HEX triplet: 9C, 90 and BF. RGB value is (156,144,191). Sum of RGB (Red+Green+Blue) = 156+144+191=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90BF is #636F40. Grayscale: #989898. Windows color (decimal): -6516545 or 12554396. OLE color: 12554396.

HSL color Cylindrical-coordinate representation of color #9C90BF: hue angle of 255.32º 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 #9C90BF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 144 191 -
CMYK 0.18 0.25 0 0.25
HSL 255.32º 0.27% 0.66% -
HSV(B) 255.32º 0.25% 0.75% -
XYZ 33.09 30.78 53.49 -
YUV 152.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 156 144 191 0.18 0.25 0 0.25 255.32 0.27 0.66
Hex 9C 90 BF 12 19 0 19 FF 1B 42
Octal 234 220 277 22 31 0 31 377 33 102
Binary 10011100 10010000 10111111 10010 11001 0 11001 11111111 11011 1000010

Color Harmonies of #9C90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C90BF

Black with #9C90BF

Text Example


Text Example

White with #9C90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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