Html Css Color HEX #9D7ECE Cold Purple

📋 copy color: '#9D7ECE'

red 157 ◦ green 126 ◦ blue 206

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

Shades of Cold Purple #9D7ECE

Tints of Cold Purple #9D7ECE

RGB

 RED value IS 157 (61.72% from 255) = 32.11%

 GREEN value IS 126 (49.61% from 255) = 25.77%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 32.11%
G = 25.77%
B = 42.13%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D7ECE (or 0x9D7ECE) is known color: Cold Purple. HEX triplet: 9D, 7E and CE. RGB value is (157,126,206). Sum of RGB (Red+Green+Blue) = 157+126+206=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7ECE is #628131. Grayscale: #909090. Windows color (decimal): -6455602 or 13532829. OLE color: 13532829.

HSL color Cylindrical-coordinate representation of color #9D7ECE: hue angle of 263.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D7ECE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 126 206 -
CMYK 0.24 0.39 0 0.19
HSL 263.25º 0.45% 0.65% -
HSV(B) 263.25º 0.39% 0.81% -
XYZ 32.51 26.55 61.8 -
YUV 144.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 157 126 206 0.24 0.39 0 0.19 263.25 0.45 0.65
Hex 9D 7E CE 18 27 0 13 107 2D 41
Octal 235 176 316 30 47 0 23 407 55 101
Binary 10011101 1111110 11001110 11000 100111 0 10011 100000111 101101 1000001

Color Harmonies of #9D7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7ECE

Black with #9D7ECE

Text Example


Text Example

White with #9D7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,126,206); }

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

background-color css

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

 a { background-color: rgb(157,126,206); }

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

border-color css

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

 span { border-color: rgb(157,126,206); }

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