Html Css Color HEX #9D94BF Cold Purple

📋 copy color: '#9D94BF'

red 157 ◦ green 148 ◦ blue 191

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

Shades of Cold Purple #9D94BF

Tints of Cold Purple #9D94BF

RGB

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

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

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

R = 31.65%
G = 29.84%
B = 38.51%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D94BF (or 0x9D94BF) is known color: Cold Purple. HEX triplet: 9D, 94 and BF. RGB value is (157,148,191). Sum of RGB (Red+Green+Blue) = 157+148+191=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D94BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94BF is #626B40. Grayscale: #9B9B9B. Windows color (decimal): -6449985 or 12555421. OLE color: 12555421.

HSL color Cylindrical-coordinate representation of color #9D94BF: hue angle of 252.56º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D94BF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 148 191 -
CMYK 0.18 0.23 0 0.25
HSL 252.56º 0.25% 0.66% -
HSV(B) 252.56º 0.23% 0.75% -
XYZ 33.9 32.11 53.7 -
YUV 155.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 157 148 191 0.18 0.23 0 0.25 252.56 0.25 0.66
Hex 9D 94 BF 12 17 0 19 FD 19 42
Octal 235 224 277 22 27 0 31 375 31 102
Binary 10011101 10010100 10111111 10010 10111 0 11001 11111101 11001 1000010

Color Harmonies of #9D94BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94BF

Black with #9D94BF

Text Example


Text Example

White with #9D94BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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