Html Css Color HEX #9594F9 Portage

📋 copy color: '#9594F9'

red 149 ◦ green 148 ◦ blue 249

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

Shades of Portage #9594F9

Tints of Portage #9594F9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.11%

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 27.29%
G = 27.11%
B = 45.6%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9594F9 (or 0x9594F9) is known color: Portage. HEX triplet: 95, 94 and F9. RGB value is (149,148,249). Sum of RGB (Red+Green+Blue) = 149+148+249=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #9594F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9594F9 is #6A6B06. Grayscale: #9F9F9F. Windows color (decimal): -6974215 or 16356501. OLE color: 16356501.

HSL color Cylindrical-coordinate representation of color #9594F9: hue angle of 240.59º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9594F9 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 148 249 -
CMYK 0.40 0.41 0 0.02
HSL 240.59º 0.89% 0.78% -
HSV(B) 240.59º 0.41% 0.98% -
XYZ 40.08 34.41 94.15 -
YUV 159.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 149 148 249 0.40 0.41 0 0.02 240.59 0.89 0.78
Hex 95 94 F9 28 29 0 2 F1 59 4E
Octal 225 224 371 50 51 0 2 361 131 116
Binary 10010101 10010100 11111001 101000 101001 0 10 11110001 1011001 1001110

Color Harmonies of #9594F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9594F9

Black with #9594F9

Text Example


Text Example

White with #9594F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9594F9; }

 p { color: rgb(149,148,249); }

 H1.HeaderClassName
 {
   color: #9594F9;
 }
 .AnyTagClassName
 {
   color: #9594F9;
 }
</style>

background-color css

<style>
 a { background-color: #9594F9; }

 a { background-color: rgb(149,148,249); }

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

border-color css

<style>
 span { border-color: #9594F9; }

 span { border-color: rgb(149,148,249); }

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