Html Css Color HEX #9E94C3 Cold Purple

📋 copy color: '#9E94C3'

red 158 ◦ green 148 ◦ blue 195

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

Shades of Cold Purple #9E94C3

Tints of Cold Purple #9E94C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.92%

R = 31.54%
G = 29.54%
B = 38.92%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9E94C3 (or 0x9E94C3) is known color: Cold Purple. HEX triplet: 9E, 94 and C3. RGB value is (158,148,195). Sum of RGB (Red+Green+Blue) = 158+148+195=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E94C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94C3 is #616B3C. Grayscale: #9C9C9C. Windows color (decimal): -6384445 or 12817566. OLE color: 12817566.

HSL color Cylindrical-coordinate representation of color #9E94C3: hue angle of 252.77º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E94C3 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 148 195 -
CMYK 0.19 0.24 0 0.24
HSL 252.77º 0.28% 0.67% -
HSV(B) 252.77º 0.24% 0.76% -
XYZ 34.54 32.39 56.06 -
YUV 156.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 158 148 195 0.19 0.24 0 0.24 252.77 0.28 0.67
Hex 9E 94 C3 13 18 0 18 FD 1C 43
Octal 236 224 303 23 30 0 30 375 34 103
Binary 10011110 10010100 11000011 10011 11000 0 11000 11111101 11100 1000011

Color Harmonies of #9E94C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E94C3

Black with #9E94C3

Text Example


Text Example

White with #9E94C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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