Html Css Color HEX #9E84C1 Cold Purple

📋 copy color: '#9E84C1'

red 158 ◦ green 132 ◦ blue 193

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

Shades of Cold Purple #9E84C1

Tints of Cold Purple #9E84C1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.33%

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

R = 32.71%
G = 27.33%
B = 39.96%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9E84C1 (or 0x9E84C1) is known color: Cold Purple. HEX triplet: 9E, 84 and C1. RGB value is (158,132,193). Sum of RGB (Red+Green+Blue) = 158+132+193=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E84C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E84C1 is #617B3E. Grayscale: #929292. Windows color (decimal): -6388543 or 12682398. OLE color: 12682398.

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

Color convert

RGB 158 132 193 -
CMYK 0.18 0.32 0 0.24
HSL 265.57º 0.33% 0.64% -
HSV(B) 265.57º 0.32% 0.76% -
XYZ 31.98 27.62 54.1 -
YUV 146.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 158 132 193 0.18 0.32 0 0.24 265.57 0.33 0.64
Hex 9E 84 C1 12 20 0 18 10A 21 40
Octal 236 204 301 22 40 0 30 412 41 100
Binary 10011110 10000100 11000001 10010 100000 0 11000 100001010 100001 1000000

Color Harmonies of #9E84C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E84C1

Black with #9E84C1

Text Example


Text Example

White with #9E84C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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