Html Css Color HEX #9591F8 Portage

📋 copy color: '#9591F8'

red 149 ◦ green 145 ◦ blue 248

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

Shades of Portage #9591F8

Tints of Portage #9591F8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.75%

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 27.49%
G = 26.75%
B = 45.76%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9591F8 (or 0x9591F8) is known color: Portage. HEX triplet: 95, 91 and F8. RGB value is (149,145,248). Sum of RGB (Red+Green+Blue) = 149+145+248=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #9591F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9591F8 is #6A6E07. Grayscale: #9D9D9D. Windows color (decimal): -6974984 or 16290197. OLE color: 16290197.

HSL color Cylindrical-coordinate representation of color #9591F8: hue angle of 242.33º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9591F8 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 145 248 -
CMYK 0.40 0.42 0 0.03
HSL 242.33º 0.88% 0.77% -
HSV(B) 242.33º 0.42% 0.97% -
XYZ 39.46 33.42 93.18 -
YUV 157.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 149 145 248 0.40 0.42 0 0.03 242.33 0.88 0.77
Hex 95 91 F8 28 2A 0 3 F2 58 4D
Octal 225 221 370 50 52 0 3 362 130 115
Binary 10010101 10010001 11111000 101000 101010 0 11 11110010 1011000 1001101

Color Harmonies of #9591F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591F8

Black with #9591F8

Text Example


Text Example

White with #9591F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9591F8; }

 p { color: rgb(149,145,248); }

 H1.HeaderClassName
 {
   color: #9591F8;
 }
 .AnyTagClassName
 {
   color: #9591F8;
 }
</style>

background-color css

<style>
 a { background-color: #9591F8; }

 a { background-color: rgb(149,145,248); }

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

border-color css

<style>
 span { border-color: #9591F8; }

 span { border-color: rgb(149,145,248); }

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