Html Css Color HEX #9C7ECE Cold Purple

📋 copy color: '#9C7ECE'

red 156 ◦ green 126 ◦ blue 206

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

Shades of Cold Purple #9C7ECE

Tints of Cold Purple #9C7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 31.97%
G = 25.82%
B = 42.21%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C7ECE (or 0x9C7ECE) is known color: Cold Purple. HEX triplet: 9C, 7E and CE. RGB value is (156,126,206). Sum of RGB (Red+Green+Blue) = 156+126+206=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ECE is #638131. Grayscale: #8F8F8F. Windows color (decimal): -6521138 or 13532828. OLE color: 13532828.

HSL color Cylindrical-coordinate representation of color #9C7ECE: hue angle of 262.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C7ECE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 126 206 -
CMYK 0.24 0.39 0 0.19
HSL 262.5º 0.45% 0.65% -
HSV(B) 262.5º 0.39% 0.81% -
XYZ 32.31 26.45 61.79 -
YUV 144.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 156 126 206 0.24 0.39 0 0.19 262.5 0.45 0.65
Hex 9C 7E CE 18 27 0 13 106 2D 41
Octal 234 176 316 30 47 0 23 406 55 101
Binary 10011100 1111110 11001110 11000 100111 0 10011 100000110 101101 1000001

Color Harmonies of #9C7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7ECE

Black with #9C7ECE

Text Example


Text Example

White with #9C7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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