Html Css Color HEX #9599FE Portage

📋 copy color: '#9599FE'

red 149 ◦ green 153 ◦ blue 254

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

Shades of Portage #9599FE

Tints of Portage #9599FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.52%

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 26.8%
G = 27.52%
B = 45.68%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9599FE (or 0x9599FE) is known color: Portage. HEX triplet: 95, 99 and FE. RGB value is (149,153,254). Sum of RGB (Red+Green+Blue) = 149+153+254=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #9599FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599FE is #6A6601. Grayscale: #A2A2A2. Windows color (decimal): -6972930 or 16685461. OLE color: 16685461.

HSL color Cylindrical-coordinate representation of color #9599FE: hue angle of 237.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9599FE is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 153 254 -
CMYK 0.41 0.40 0 0.00
HSL 237.71º 0.98% 0.79% -
HSV(B) 237.71º 0.41% 1% -
XYZ 41.68 36.33 98.58 -
YUV 163.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 149 153 254 0.41 0.40 0 0.00 237.71 0.98 0.79
Hex 95 99 FE 29 28 0 0 EE 62 4F
Octal 225 231 376 51 50 0 0 356 142 117
Binary 10010101 10011001 11111110 101001 101000 0 0 11101110 1100010 1001111

Color Harmonies of #9599FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9599FE

Black with #9599FE

Text Example


Text Example

White with #9599FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9599FE; }

 p { color: rgb(149,153,254); }

 H1.HeaderClassName
 {
   color: #9599FE;
 }
 .AnyTagClassName
 {
   color: #9599FE;
 }
</style>

background-color css

<style>
 a { background-color: #9599FE; }

 a { background-color: rgb(149,153,254); }

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

border-color css

<style>
 span { border-color: #9599FE; }

 span { border-color: rgb(149,153,254); }

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