Html Css Color HEX #9C86BE Cold Purple

📋 copy color: '#9C86BE'

red 156 ◦ green 134 ◦ blue 190

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

Shades of Cold Purple #9C86BE

Tints of Cold Purple #9C86BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.92%

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

R = 32.5%
G = 27.92%
B = 39.58%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C86BE (or 0x9C86BE) is known color: Cold Purple. HEX triplet: 9C, 86 and BE. RGB value is (156,134,190). Sum of RGB (Red+Green+Blue) = 156+134+190=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86BE is #637941. Grayscale: #929292. Windows color (decimal): -6519106 or 12486300. OLE color: 12486300.

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

Color convert

RGB 156 134 190 -
CMYK 0.18 0.29 0 0.25
HSL 263.57º 0.3% 0.64% -
HSV(B) 263.57º 0.29% 0.75% -
XYZ 31.53 27.84 52.43 -
YUV 146.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 156 134 190 0.18 0.29 0 0.25 263.57 0.3 0.64
Hex 9C 86 BE 12 1D 0 19 108 1E 40
Octal 234 206 276 22 35 0 31 410 36 100
Binary 10011100 10000110 10111110 10010 11101 0 11001 100001000 11110 1000000

Color Harmonies of #9C86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C86BE

Black with #9C86BE

Text Example


Text Example

White with #9C86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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