Html Css Color HEX #9D94BA Cold Purple

📋 copy color: '#9D94BA'

red 157 ◦ green 148 ◦ blue 186

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

Shades of Cold Purple #9D94BA

Tints of Cold Purple #9D94BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 31.98%
G = 30.14%
B = 37.88%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D94BA (or 0x9D94BA) is known color: Cold Purple. HEX triplet: 9D, 94 and BA. RGB value is (157,148,186). Sum of RGB (Red+Green+Blue) = 157+148+186=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94BA is #626B45. Grayscale: #9A9A9A. Windows color (decimal): -6449990 or 12227741. OLE color: 12227741.

HSL color Cylindrical-coordinate representation of color #9D94BA: hue angle of 254.21º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D94BA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 148 186 -
CMYK 0.16 0.20 0 0.27
HSL 254.21º 0.22% 0.65% -
HSV(B) 254.21º 0.2% 0.73% -
XYZ 33.36 31.89 50.85 -
YUV 155.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 157 148 186 0.16 0.20 0 0.27 254.21 0.22 0.65
Hex 9D 94 BA 10 14 0 1B FE 16 41
Octal 235 224 272 20 24 0 33 376 26 101
Binary 10011101 10010100 10111010 10000 10100 0 11011 11111110 10110 1000001

Color Harmonies of #9D94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94BA

Black with #9D94BA

Text Example


Text Example

White with #9D94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,148,186); }

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

background-color css

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

 a { background-color: rgb(157,148,186); }

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

border-color css

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

 span { border-color: rgb(157,148,186); }

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