Html Css Color HEX #9F7FCD Cold Purple

📋 copy color: '#9F7FCD'

red 159 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #9F7FCD

Tints of Cold Purple #9F7FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

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

R = 32.38%
G = 25.87%
B = 41.75%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F7FCD (or 0x9F7FCD) is known color: Cold Purple. HEX triplet: 9F, 7F and CD. RGB value is (159,127,205). Sum of RGB (Red+Green+Blue) = 159+127+205=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FCD is #608032. Grayscale: #919191. Windows color (decimal): -6324275 or 13467551. OLE color: 13467551.

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

Color convert

RGB 159 127 205 -
CMYK 0.22 0.38 0 0.20
HSL 264.62º 0.44% 0.65% -
HSV(B) 264.62º 0.38% 0.8% -
XYZ 32.91 26.96 61.23 -
YUV 145.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 159 127 205 0.22 0.38 0 0.20 264.62 0.44 0.65
Hex 9F 7F CD 16 26 0 14 109 2C 41
Octal 237 177 315 26 46 0 24 411 54 101
Binary 10011111 1111111 11001101 10110 100110 0 10100 100001001 101100 1000001

Color Harmonies of #9F7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FCD

Black with #9F7FCD

Text Example


Text Example

White with #9F7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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