Html Css Color HEX #9590ED Portage

📋 copy color: '#9590ED'

red 149 ◦ green 144 ◦ blue 237

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

Shades of Portage #9590ED

Tints of Portage #9590ED

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.17%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 28.11%
G = 27.17%
B = 44.72%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9590ED (or 0x9590ED) is known color: Portage. HEX triplet: 95, 90 and ED. RGB value is (149,144,237). Sum of RGB (Red+Green+Blue) = 149+144+237=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #9590ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9590ED is #6A6F12. Grayscale: #9B9B9B. Windows color (decimal): -6975251 or 15569045. OLE color: 15569045.

HSL color Cylindrical-coordinate representation of color #9590ED: hue angle of 243.23º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9590ED is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 144 237 -
CMYK 0.37 0.39 0 0.07
HSL 243.23º 0.72% 0.75% -
HSV(B) 243.23º 0.39% 0.93% -
XYZ 37.65 32.45 84.4 -
YUV 156.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 149 144 237 0.37 0.39 0 0.07 243.23 0.72 0.75
Hex 95 90 ED 25 27 0 7 F3 48 4B
Octal 225 220 355 45 47 0 7 363 110 113
Binary 10010101 10010000 11101101 100101 100111 0 111 11110011 1001000 1001011

Color Harmonies of #9590ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590ED

Black with #9590ED

Text Example


Text Example

White with #9590ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9590ED; }

 p { color: rgb(149,144,237); }

 H1.HeaderClassName
 {
   color: #9590ED;
 }
 .AnyTagClassName
 {
   color: #9590ED;
 }
</style>

background-color css

<style>
 a { background-color: #9590ED; }

 a { background-color: rgb(149,144,237); }

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

border-color css

<style>
 span { border-color: #9590ED; }

 span { border-color: rgb(149,144,237); }

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