Html Css Color HEX #9C80BE Cold Purple

📋 copy color: '#9C80BE'

red 156 ◦ green 128 ◦ blue 190

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

Shades of Cold Purple #9C80BE

Tints of Cold Purple #9C80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 32.91%
G = 27%
B = 40.08%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C80BE (or 0x9C80BE) is known color: Cold Purple. HEX triplet: 9C, 80 and BE. RGB value is (156,128,190). Sum of RGB (Red+Green+Blue) = 156+128+190=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80BE is #637F41. Grayscale: #8F8F8F. Windows color (decimal): -6520642 or 12484764. OLE color: 12484764.

HSL color Cylindrical-coordinate representation of color #9C80BE: hue angle of 267.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C80BE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 128 190 -
CMYK 0.18 0.33 0 0.25
HSL 267.1º 0.32% 0.62% -
HSV(B) 267.1º 0.33% 0.75% -
XYZ 30.72 26.22 52.16 -
YUV 143.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 156 128 190 0.18 0.33 0 0.25 267.1 0.32 0.62
Hex 9C 80 BE 12 21 0 19 10B 20 3E
Octal 234 200 276 22 41 0 31 413 40 76
Binary 10011100 10000000 10111110 10010 100001 0 11001 100001011 100000 111110

Color Harmonies of #9C80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C80BE

Black with #9C80BE

Text Example


Text Example

White with #9C80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,128,190); }

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

background-color css

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

 a { background-color: rgb(156,128,190); }

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

border-color css

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

 span { border-color: rgb(156,128,190); }

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