Html Css Color HEX #9F7ECD Cold Purple

📋 copy color: '#9F7ECD'

red 159 ◦ green 126 ◦ blue 205

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

Shades of Cold Purple #9F7ECD

Tints of Cold Purple #9F7ECD

RGB

 RED value IS 159 (62.5% from 255) = 32.45%

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 32.45%
G = 25.71%
B = 41.84%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F7ECD (or 0x9F7ECD) is known color: Cold Purple. HEX triplet: 9F, 7E and CD. RGB value is (159,126,205). Sum of RGB (Red+Green+Blue) = 159+126+205=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ECD is #608132. Grayscale: #909090. Windows color (decimal): -6324531 or 13467295. OLE color: 13467295.

HSL color Cylindrical-coordinate representation of color #9F7ECD: hue angle of 265.06º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F7ECD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 126 205 -
CMYK 0.22 0.39 0 0.20
HSL 265.06º 0.44% 0.65% -
HSV(B) 265.06º 0.39% 0.8% -
XYZ 32.78 26.7 61.18 -
YUV 144.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 159 126 205 0.22 0.39 0 0.20 265.06 0.44 0.65
Hex 9F 7E CD 16 27 0 14 109 2C 41
Octal 237 176 315 26 47 0 24 411 54 101
Binary 10011111 1111110 11001101 10110 100111 0 10100 100001001 101100 1000001

Color Harmonies of #9F7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7ECD

Black with #9F7ECD

Text Example


Text Example

White with #9F7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,126,205); }

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

background-color css

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

 a { background-color: rgb(159,126,205); }

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

border-color css

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

 span { border-color: rgb(159,126,205); }

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