Html Css Color HEX #9C94BD Cold Purple

📋 copy color: '#9C94BD'

red 156 ◦ green 148 ◦ blue 189

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

Shades of Cold Purple #9C94BD

Tints of Cold Purple #9C94BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

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

R = 31.64%
G = 30.02%
B = 38.34%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C94BD (or 0x9C94BD) is known color: Cold Purple. HEX triplet: 9C, 94 and BD. RGB value is (156,148,189). Sum of RGB (Red+Green+Blue) = 156+148+189=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C94BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94BD is #636B42. Grayscale: #9A9A9A. Windows color (decimal): -6515523 or 12424348. OLE color: 12424348.

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

Color convert

RGB 156 148 189 -
CMYK 0.17 0.22 0 0.26
HSL 251.71º 0.24% 0.66% -
HSV(B) 251.71º 0.22% 0.74% -
XYZ 33.49 31.92 52.54 -
YUV 155.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 156 148 189 0.17 0.22 0 0.26 251.71 0.24 0.66
Hex 9C 94 BD 11 16 0 1A FC 18 42
Octal 234 224 275 21 26 0 32 374 30 102
Binary 10011100 10010100 10111101 10001 10110 0 11010 11111100 11000 1000010

Color Harmonies of #9C94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C94BD

Black with #9C94BD

Text Example


Text Example

White with #9C94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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