Html Css Color HEX #9C96C0 Logan

📋 copy color: '#9C96C0'

red 156 ◦ green 150 ◦ blue 192

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

Shades of Logan #9C96C0

Tints of Logan #9C96C0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.12%

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 31.33%
G = 30.12%
B = 38.55%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C96C0 (or 0x9C96C0) is known color: Logan. HEX triplet: 9C, 96 and C0. RGB value is (156,150,192). Sum of RGB (Red+Green+Blue) = 156+150+192=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C96C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96C0 is #63693F. Grayscale: #9C9C9C. Windows color (decimal): -6515008 or 12621468. OLE color: 12621468.

HSL color Cylindrical-coordinate representation of color #9C96C0: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C96C0 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 150 192 -
CMYK 0.19 0.22 0 0.25
HSL 248.57º 0.25% 0.67% -
HSV(B) 248.57º 0.22% 0.75% -
XYZ 34.13 32.69 54.38 -
YUV 156.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 156 150 192 0.19 0.22 0 0.25 248.57 0.25 0.67
Hex 9C 96 C0 13 16 0 19 F9 19 43
Octal 234 226 300 23 26 0 31 371 31 103
Binary 10011100 10010110 11000000 10011 10110 0 11001 11111001 11001 1000011

Color Harmonies of #9C96C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96C0

Black with #9C96C0

Text Example


Text Example

White with #9C96C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,150,192); }

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

background-color css

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

 a { background-color: rgb(156,150,192); }

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

border-color css

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

 span { border-color: rgb(156,150,192); }

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