Html Css Color HEX #9596E9 Portage

📋 copy color: '#9596E9'

red 149 ◦ green 150 ◦ blue 233

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

Shades of Portage #9596E9

Tints of Portage #9596E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 28.01%
G = 28.2%
B = 43.8%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9596E9 (or 0x9596E9) is known color: Portage. HEX triplet: 95, 96 and E9. RGB value is (149,150,233). Sum of RGB (Red+Green+Blue) = 149+150+233=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #9596E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9596E9 is #6A6916. Grayscale: #9E9E9E. Windows color (decimal): -6973719 or 15308437. OLE color: 15308437.

HSL color Cylindrical-coordinate representation of color #9596E9: hue angle of 239.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9596E9 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 150 233 -
CMYK 0.36 0.36 0 0.09
HSL 239.29º 0.66% 0.75% -
HSV(B) 239.29º 0.36% 0.91% -
XYZ 38.01 34.09 81.67 -
YUV 159.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 149 150 233 0.36 0.36 0 0.09 239.29 0.66 0.75
Hex 95 96 E9 24 24 0 9 EF 42 4B
Octal 225 226 351 44 44 0 11 357 102 113
Binary 10010101 10010110 11101001 100100 100100 0 1001 11101111 1000010 1001011

Color Harmonies of #9596E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9596E9

Black with #9596E9

Text Example


Text Example

White with #9596E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9596E9; }

 p { color: rgb(149,150,233); }

 H1.HeaderClassName
 {
   color: #9596E9;
 }
 .AnyTagClassName
 {
   color: #9596E9;
 }
</style>

background-color css

<style>
 a { background-color: #9596E9; }

 a { background-color: rgb(149,150,233); }

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

border-color css

<style>
 span { border-color: #9596E9; }

 span { border-color: rgb(149,150,233); }

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