Html Css Color HEX #9E94C1 Cold Purple

📋 copy color: '#9E94C1'

red 158 ◦ green 148 ◦ blue 193

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

Shades of Cold Purple #9E94C1

Tints of Cold Purple #9E94C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 31.66%
G = 29.66%
B = 38.68%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9E94C1 (or 0x9E94C1) is known color: Cold Purple. HEX triplet: 9E, 94 and C1. RGB value is (158,148,193). Sum of RGB (Red+Green+Blue) = 158+148+193=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94C1 is #616B3E. Grayscale: #9B9B9B. Windows color (decimal): -6384447 or 12686494. OLE color: 12686494.

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

Color convert

RGB 158 148 193 -
CMYK 0.18 0.23 0 0.24
HSL 253.33º 0.27% 0.67% -
HSV(B) 253.33º 0.23% 0.76% -
XYZ 34.32 32.3 54.88 -
YUV 156.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 158 148 193 0.18 0.23 0 0.24 253.33 0.27 0.67
Hex 9E 94 C1 12 17 0 18 FD 1B 43
Octal 236 224 301 22 27 0 30 375 33 103
Binary 10011110 10010100 11000001 10010 10111 0 11000 11111101 11011 1000011

Color Harmonies of #9E94C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E94C1

Black with #9E94C1

Text Example


Text Example

White with #9E94C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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