Html Css Color HEX #9593FA Portage

📋 copy color: '#9593FA'

red 149 ◦ green 147 ◦ blue 250

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

Shades of Portage #9593FA

Tints of Portage #9593FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 27.29%
G = 26.92%
B = 45.79%

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

#9593FA (or 0x9593FA) is known color: Portage. HEX triplet: 95, 93 and FA. RGB value is (149,147,250). Sum of RGB (Red+Green+Blue) = 149+147+250=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #9593FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9593FA is #6A6C05. Grayscale: #9E9E9E. Windows color (decimal): -6974470 or 16421781. OLE color: 16421781.

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

Color convert

RGB 149 147 250 -
CMYK 0.40 0.41 0 0.02
HSL 241.17º 0.91% 0.78% -
HSV(B) 241.17º 0.41% 0.98% -
XYZ 40.08 34.16 94.92 -
YUV 159.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 149 147 250 0.40 0.41 0 0.02 241.17 0.91 0.78
Hex 95 93 FA 28 29 0 2 F1 5B 4E
Octal 225 223 372 50 51 0 2 361 133 116
Binary 10010101 10010011 11111010 101000 101001 0 10 11110001 1011011 1001110

Color Harmonies of #9593FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593FA

Black with #9593FA

Text Example


Text Example

White with #9593FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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