Html Css Color HEX #9597DF Portage

📋 copy color: '#9597DF'

red 149 ◦ green 151 ◦ blue 223

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

Shades of Portage #9597DF

Tints of Portage #9597DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 28.49%
G = 28.87%
B = 42.64%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9597DF (or 0x9597DF) is known color: Portage. HEX triplet: 95, 97 and DF. RGB value is (149,151,223). Sum of RGB (Red+Green+Blue) = 149+151+223=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #9597DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597DF is #6A6820. Grayscale: #9E9E9E. Windows color (decimal): -6973473 or 14653333. OLE color: 14653333.

HSL color Cylindrical-coordinate representation of color #9597DF: hue angle of 238.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9597DF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 151 223 -
CMYK 0.33 0.32 0 0.13
HSL 238.38º 0.54% 0.73% -
HSV(B) 238.38º 0.33% 0.87% -
XYZ 36.78 33.85 74.41 -
YUV 158.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 149 151 223 0.33 0.32 0 0.13 238.38 0.54 0.73
Hex 95 97 DF 21 20 0 D EE 36 49
Octal 225 227 337 41 40 0 15 356 66 111
Binary 10010101 10010111 11011111 100001 100000 0 1101 11101110 110110 1001001

Color Harmonies of #9597DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597DF

Black with #9597DF

Text Example


Text Example

White with #9597DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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