Html Css Color HEX #9597DC Portage

📋 copy color: '#9597DC'

red 149 ◦ green 151 ◦ blue 220

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

Shades of Portage #9597DC

Tints of Portage #9597DC

RGB

 RED value IS 149 (58.59% from 255) = 28.65%

 GREEN value IS 151 (59.38% from 255) = 29.04%

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 28.65%
G = 29.04%
B = 42.31%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9597DC (or 0x9597DC) is known color: Portage. HEX triplet: 95, 97 and DC. RGB value is (149,151,220). Sum of RGB (Red+Green+Blue) = 149+151+220=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9597DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597DC is #6A6823. Grayscale: #9D9D9D. Windows color (decimal): -6973476 or 14456725. OLE color: 14456725.

HSL color Cylindrical-coordinate representation of color #9597DC: hue angle of 238.31º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9597DC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 151 220 -
CMYK 0.32 0.31 0 0.14
HSL 238.31º 0.5% 0.72% -
HSV(B) 238.31º 0.32% 0.86% -
XYZ 36.38 33.69 72.3 -
YUV 158.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 149 151 220 0.32 0.31 0 0.14 238.31 0.5 0.72
Hex 95 97 DC 20 1F 0 E EE 32 48
Octal 225 227 334 40 37 0 16 356 62 110
Binary 10010101 10010111 11011100 100000 11111 0 1110 11101110 110010 1001000

Color Harmonies of #9597DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597DC

Black with #9597DC

Text Example


Text Example

White with #9597DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9597DC; }

 p { color: rgb(149,151,220); }

 H1.HeaderClassName
 {
   color: #9597DC;
 }
 .AnyTagClassName
 {
   color: #9597DC;
 }
</style>

background-color css

<style>
 a { background-color: #9597DC; }

 a { background-color: rgb(149,151,220); }

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

border-color css

<style>
 span { border-color: #9597DC; }

 span { border-color: rgb(149,151,220); }

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