Html Css Color HEX #9D96B3 Logan

📋 copy color: '#9D96B3'

red 157 ◦ green 150 ◦ blue 179

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

Shades of Logan #9D96B3

Tints of Logan #9D96B3

RGB

 RED value IS 157 (61.72% from 255) = 32.3%

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

 BLUE value IS 179 (70.31% from 255) = 36.83%

R = 32.3%
G = 30.86%
B = 36.83%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9D96B3 (or 0x9D96B3) is known color: Logan. HEX triplet: 9D, 96 and B3. RGB value is (157,150,179). Sum of RGB (Red+Green+Blue) = 157+150+179=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D96B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96B3 is #62694C. Grayscale: #9B9B9B. Windows color (decimal): -6449485 or 11769501. OLE color: 11769501.

HSL color Cylindrical-coordinate representation of color #9D96B3: hue angle of 254.48º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D96B3 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 150 179 -
CMYK 0.12 0.16 0 0.30
HSL 254.48º 0.16% 0.65% -
HSV(B) 254.48º 0.16% 0.7% -
XYZ 32.95 32.24 47.13 -
YUV 155.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 157 150 179 0.12 0.16 0 0.30 254.48 0.16 0.65
Hex 9D 96 B3 C 10 0 1E FE 10 41
Octal 235 226 263 14 20 0 36 376 20 101
Binary 10011101 10010110 10110011 1100 10000 0 11110 11111110 10000 1000001

Color Harmonies of #9D96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D96B3

Black with #9D96B3

Text Example


Text Example

White with #9D96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,150,179); }

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

background-color css

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

 a { background-color: rgb(157,150,179); }

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

border-color css

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

 span { border-color: rgb(157,150,179); }

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