Html Css Color HEX #9D94B4 Cold Purple

📋 copy color: '#9D94B4'

red 157 ◦ green 148 ◦ blue 180

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

Shades of Cold Purple #9D94B4

Tints of Cold Purple #9D94B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 32.37%
G = 30.52%
B = 37.11%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9D94B4 (or 0x9D94B4) is known color: Cold Purple. HEX triplet: 9D, 94 and B4. RGB value is (157,148,180). Sum of RGB (Red+Green+Blue) = 157+148+180=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D94B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94B4 is #626B4B. Grayscale: #9A9A9A. Windows color (decimal): -6449996 or 11834525. OLE color: 11834525.

HSL color Cylindrical-coordinate representation of color #9D94B4: hue angle of 256.88º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D94B4 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 148 180 -
CMYK 0.13 0.18 0 0.29
HSL 256.88º 0.18% 0.64% -
HSV(B) 256.88º 0.18% 0.71% -
XYZ 32.73 31.64 47.56 -
YUV 154.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 157 148 180 0.13 0.18 0 0.29 256.88 0.18 0.64
Hex 9D 94 B4 D 12 0 1D 101 12 40
Octal 235 224 264 15 22 0 35 401 22 100
Binary 10011101 10010100 10110100 1101 10010 0 11101 100000001 10010 1000000

Color Harmonies of #9D94B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94B4

Black with #9D94B4

Text Example


Text Example

White with #9D94B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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