Html Css Color HEX #9C86CD Cold Purple

📋 copy color: '#9C86CD'

red 156 ◦ green 134 ◦ blue 205

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

Shades of Cold Purple #9C86CD

Tints of Cold Purple #9C86CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 31.52%
G = 27.07%
B = 41.41%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C86CD (or 0x9C86CD) is known color: Cold Purple. HEX triplet: 9C, 86 and CD. RGB value is (156,134,205). Sum of RGB (Red+Green+Blue) = 156+134+205=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86CD is #637932. Grayscale: #949494. Windows color (decimal): -6519091 or 13469340. OLE color: 13469340.

HSL color Cylindrical-coordinate representation of color #9C86CD: hue angle of 258.59º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C86CD is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 134 205 -
CMYK 0.24 0.35 0 0.20
HSL 258.59º 0.42% 0.66% -
HSV(B) 258.59º 0.35% 0.8% -
XYZ 33.25 28.53 61.51 -
YUV 148.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 156 134 205 0.24 0.35 0 0.20 258.59 0.42 0.66
Hex 9C 86 CD 18 23 0 14 103 2A 42
Octal 234 206 315 30 43 0 24 403 52 102
Binary 10011100 10000110 11001101 11000 100011 0 10100 100000011 101010 1000010

Color Harmonies of #9C86CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C86CD

Black with #9C86CD

Text Example


Text Example

White with #9C86CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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