Html Css Color HEX #9E94BD Cold Purple

📋 copy color: '#9E94BD'

red 158 ◦ green 148 ◦ blue 189

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

Shades of Cold Purple #9E94BD

Tints of Cold Purple #9E94BD

RGB

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

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

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

R = 31.92%
G = 29.9%
B = 38.18%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E94BD (or 0x9E94BD) is known color: Cold Purple. HEX triplet: 9E, 94 and BD. RGB value is (158,148,189). Sum of RGB (Red+Green+Blue) = 158+148+189=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E94BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94BD is #616B42. Grayscale: #9B9B9B. Windows color (decimal): -6384451 or 12424350. OLE color: 12424350.

HSL color Cylindrical-coordinate representation of color #9E94BD: hue angle of 254.63º 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 #9E94BD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 148 189 -
CMYK 0.16 0.22 0 0.26
HSL 254.63º 0.24% 0.66% -
HSV(B) 254.63º 0.22% 0.74% -
XYZ 33.88 32.12 52.56 -
YUV 155.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 158 148 189 0.16 0.22 0 0.26 254.63 0.24 0.66
Hex 9E 94 BD 10 16 0 1A FF 18 42
Octal 236 224 275 20 26 0 32 377 30 102
Binary 10011110 10010100 10111101 10000 10110 0 11010 11111111 11000 1000010

Color Harmonies of #9E94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E94BD

Black with #9E94BD

Text Example


Text Example

White with #9E94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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