Html Css Color HEX #9C7FCD Cold Purple

📋 copy color: '#9C7FCD'

red 156 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #9C7FCD

Tints of Cold Purple #9C7FCD

RGB

 RED value IS 156 (61.33% from 255) = 31.97%

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

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

R = 31.97%
G = 26.02%
B = 42.01%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C7FCD (or 0x9C7FCD) is known color: Cold Purple. HEX triplet: 9C, 7F and CD. RGB value is (156,127,205). Sum of RGB (Red+Green+Blue) = 156+127+205=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FCD is #638032. Grayscale: #909090. Windows color (decimal): -6520883 or 13467548. OLE color: 13467548.

HSL color Cylindrical-coordinate representation of color #9C7FCD: hue angle of 262.31º 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 #9C7FCD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 127 205 -
CMYK 0.24 0.38 0 0.20
HSL 262.31º 0.44% 0.65% -
HSV(B) 262.31º 0.38% 0.8% -
XYZ 32.32 26.65 61.2 -
YUV 144.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 156 127 205 0.24 0.38 0 0.20 262.31 0.44 0.65
Hex 9C 7F CD 18 26 0 14 106 2C 41
Octal 234 177 315 30 46 0 24 406 54 101
Binary 10011100 1111111 11001101 11000 100110 0 10100 100000110 101100 1000001

Color Harmonies of #9C7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FCD

Black with #9C7FCD

Text Example


Text Example

White with #9C7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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