Html Css Color HEX #9D7ECF Cold Purple

📋 copy color: '#9D7ECF'

red 157 ◦ green 126 ◦ blue 207

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

Shades of Cold Purple #9D7ECF

Tints of Cold Purple #9D7ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 32.04%
G = 25.71%
B = 42.24%

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

#9D7ECF (or 0x9D7ECF) is known color: Cold Purple. HEX triplet: 9D, 7E and CF. RGB value is (157,126,207). Sum of RGB (Red+Green+Blue) = 157+126+207=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D7ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7ECF is #628130. Grayscale: #909090. Windows color (decimal): -6455601 or 13598365. OLE color: 13598365.

HSL color Cylindrical-coordinate representation of color #9D7ECF: hue angle of 262.96º degrees, saturation: 0.46, 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 #9D7ECF is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 126 207 -
CMYK 0.24 0.39 0 0.19
HSL 262.96º 0.46% 0.65% -
HSV(B) 262.96º 0.39% 0.81% -
XYZ 32.63 26.59 62.45 -
YUV 144.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 157 126 207 0.24 0.39 0 0.19 262.96 0.46 0.65
Hex 9D 7E CF 18 27 0 13 107 2E 41
Octal 235 176 317 30 47 0 23 407 56 101
Binary 10011101 1111110 11001111 11000 100111 0 10011 100000111 101110 1000001

Color Harmonies of #9D7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7ECF

Black with #9D7ECF

Text Example


Text Example

White with #9D7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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