Html Css Color HEX #9593F9 Portage

📋 copy color: '#9593F9'

red 149 ◦ green 147 ◦ blue 249

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

Shades of Portage #9593F9

Tints of Portage #9593F9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.97%

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

R = 27.34%
G = 26.97%
B = 45.69%

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

#9593F9 (or 0x9593F9) is known color: Portage. HEX triplet: 95, 93 and F9. RGB value is (149,147,249). Sum of RGB (Red+Green+Blue) = 149+147+249=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #9593F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9593F9 is #6A6C06. Grayscale: #9E9E9E. Windows color (decimal): -6974471 or 16356245. OLE color: 16356245.

HSL color Cylindrical-coordinate representation of color #9593F9: hue angle of 241.18º 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 #9593F9 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 147 249 -
CMYK 0.40 0.41 0 0.02
HSL 241.18º 0.89% 0.78% -
HSV(B) 241.18º 0.41% 0.98% -
XYZ 39.93 34.1 94.1 -
YUV 159.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 149 147 249 0.40 0.41 0 0.02 241.18 0.89 0.78
Hex 95 93 F9 28 29 0 2 F1 59 4E
Octal 225 223 371 50 51 0 2 361 131 116
Binary 10010101 10010011 11111001 101000 101001 0 10 11110001 1011001 1001110

Color Harmonies of #9593F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593F9

Black with #9593F9

Text Example


Text Example

White with #9593F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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