Html Css Color HEX #9E94BB Cold Purple

📋 copy color: '#9E94BB'

red 158 ◦ green 148 ◦ blue 187

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

Shades of Cold Purple #9E94BB

Tints of Cold Purple #9E94BB

RGB

 RED value IS 158 (62.11% from 255) = 32.05%

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 32.05%
G = 30.02%
B = 37.93%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E94BB (or 0x9E94BB) is known color: Cold Purple. HEX triplet: 9E, 94 and BB. RGB value is (158,148,187). Sum of RGB (Red+Green+Blue) = 158+148+187=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E94BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94BB is #616B44. Grayscale: #9B9B9B. Windows color (decimal): -6384453 or 12293278. OLE color: 12293278.

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

Color convert

RGB 158 148 187 -
CMYK 0.16 0.21 0 0.27
HSL 255.38º 0.22% 0.66% -
HSV(B) 255.38º 0.21% 0.73% -
XYZ 33.66 32.04 51.42 -
YUV 155.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 158 148 187 0.16 0.21 0 0.27 255.38 0.22 0.66
Hex 9E 94 BB 10 15 0 1B FF 16 42
Octal 236 224 273 20 25 0 33 377 26 102
Binary 10011110 10010100 10111011 10000 10101 0 11011 11111111 10110 1000010

Color Harmonies of #9E94BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E94BB

Black with #9E94BB

Text Example


Text Example

White with #9E94BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,148,187); }

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

background-color css

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

 a { background-color: rgb(158,148,187); }

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

border-color css

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

 span { border-color: rgb(158,148,187); }

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