Html Css Color HEX #9C7FCA Cold Purple

📋 copy color: '#9C7FCA'

red 156 ◦ green 127 ◦ blue 202

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

Shades of Cold Purple #9C7FCA

Tints of Cold Purple #9C7FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 32.16%
G = 26.19%
B = 41.65%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C7FCA (or 0x9C7FCA) is known color: Cold Purple. HEX triplet: 9C, 7F and CA. RGB value is (156,127,202). Sum of RGB (Red+Green+Blue) = 156+127+202=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FCA is #638035. Grayscale: #8F8F8F. Windows color (decimal): -6520886 or 13270940. OLE color: 13270940.

HSL color Cylindrical-coordinate representation of color #9C7FCA: hue angle of 263.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C7FCA is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 127 202 -
CMYK 0.23 0.37 0 0.21
HSL 263.2º 0.41% 0.65% -
HSV(B) 263.2º 0.37% 0.79% -
XYZ 31.96 26.51 59.31 -
YUV 144.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 156 127 202 0.23 0.37 0 0.21 263.2 0.41 0.65
Hex 9C 7F CA 17 25 0 15 107 29 41
Octal 234 177 312 27 45 0 25 407 51 101
Binary 10011100 1111111 11001010 10111 100101 0 10101 100000111 101001 1000001

Color Harmonies of #9C7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FCA

Black with #9C7FCA

Text Example


Text Example

White with #9C7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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