Html Css Color HEX #9C7ECC Cold Purple

📋 copy color: '#9C7ECC'

red 156 ◦ green 126 ◦ blue 204

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

Shades of Cold Purple #9C7ECC

Tints of Cold Purple #9C7ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 32.1%
G = 25.93%
B = 41.98%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C7ECC (or 0x9C7ECC) is known color: Cold Purple. HEX triplet: 9C, 7E and CC. RGB value is (156,126,204). Sum of RGB (Red+Green+Blue) = 156+126+204=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ECC is #638133. Grayscale: #8F8F8F. Windows color (decimal): -6521140 or 13401756. OLE color: 13401756.

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

Color convert

RGB 156 126 204 -
CMYK 0.24 0.38 0 0.2
HSL 263.08º 0.43% 0.65% -
HSV(B) 263.08º 0.38% 0.8% -
XYZ 32.07 26.35 60.52 -
YUV 143.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 156 126 204 0.24 0.38 0 0.2 263.08 0.43 0.65
Hex 9C 7E CC 18 26 0 14 107 2B 41
Octal 234 176 314 30 46 0 24 407 53 101
Binary 10011100 1111110 11001100 11000 100110 0 10100 100000111 101011 1000001

Color Harmonies of #9C7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7ECC

Black with #9C7ECC

Text Example


Text Example

White with #9C7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,126,204); }

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

background-color css

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

 a { background-color: rgb(156,126,204); }

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

border-color css

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

 span { border-color: rgb(156,126,204); }

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