Html Css Color HEX #9C7ECF Cold Purple

📋 copy color: '#9C7ECF'

red 156 ◦ green 126 ◦ blue 207

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

Shades of Cold Purple #9C7ECF

Tints of Cold Purple #9C7ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 31.9%
G = 25.77%
B = 42.33%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C7ECF (or 0x9C7ECF) is known color: Cold Purple. HEX triplet: 9C, 7E and CF. RGB value is (156,126,207). Sum of RGB (Red+Green+Blue) = 156+126+207=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C7ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ECF is #638130. Grayscale: #8F8F8F. Windows color (decimal): -6521137 or 13598364. OLE color: 13598364.

HSL color Cylindrical-coordinate representation of color #9C7ECF: hue angle of 262.22º degrees, saturation: 0.46, 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 #9C7ECF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 126 207 -
CMYK 0.25 0.39 0 0.19
HSL 262.22º 0.46% 0.65% -
HSV(B) 262.22º 0.39% 0.81% -
XYZ 32.43 26.49 62.44 -
YUV 144.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 156 126 207 0.25 0.39 0 0.19 262.22 0.46 0.65
Hex 9C 7E CF 19 27 0 13 106 2E 41
Octal 234 176 317 31 47 0 23 406 56 101
Binary 10011100 1111110 11001111 11001 100111 0 10011 100000110 101110 1000001

Color Harmonies of #9C7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7ECF

Black with #9C7ECF

Text Example


Text Example

White with #9C7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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