Html Css Color HEX #9C96B5 Logan

📋 copy color: '#9C96B5'

red 156 ◦ green 150 ◦ blue 181

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

Shades of Logan #9C96B5

Tints of Logan #9C96B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 32.03%
G = 30.8%
B = 37.17%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9C96B5 (or 0x9C96B5) is known color: Logan. HEX triplet: 9C, 96 and B5. RGB value is (156,150,181). Sum of RGB (Red+Green+Blue) = 156+150+181=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #9C96B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96B5 is #63694A. Grayscale: #9B9B9B. Windows color (decimal): -6515019 or 11900572. OLE color: 11900572.

HSL color Cylindrical-coordinate representation of color #9C96B5: hue angle of 251.61º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C96B5 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 150 181 -
CMYK 0.14 0.17 0 0.29
HSL 251.61º 0.17% 0.65% -
HSV(B) 251.61º 0.17% 0.71% -
XYZ 32.96 32.22 48.2 -
YUV 155.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 156 150 181 0.14 0.17 0 0.29 251.61 0.17 0.65
Hex 9C 96 B5 E 11 0 1D FC 11 41
Octal 234 226 265 16 21 0 35 374 21 101
Binary 10011100 10010110 10110101 1110 10001 0 11101 11111100 10001 1000001

Color Harmonies of #9C96B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96B5

Black with #9C96B5

Text Example


Text Example

White with #9C96B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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