Html Css Color HEX #9291DD Portage

📋 copy color: '#9291DD'

red 146 ◦ green 145 ◦ blue 221

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

Shades of Portage #9291DD

Tints of Portage #9291DD

RGB

 RED value IS 146 (57.42% from 255) = 28.52%

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 28.52%
G = 28.32%
B = 43.16%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9291DD (or 0x9291DD) is known color: Portage. HEX triplet: 92, 91 and DD. RGB value is (146,145,221). Sum of RGB (Red+Green+Blue) = 146+145+221=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #9291DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291DD is #6D6E22. Grayscale: #999999. Windows color (decimal): -7171619 or 14520722. OLE color: 14520722.

HSL color Cylindrical-coordinate representation of color #9291DD: hue angle of 240.79º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9291DD is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 145 221 -
CMYK 0.34 0.34 0 0.13
HSL 240.79º 0.53% 0.72% -
HSV(B) 240.79º 0.34% 0.87% -
XYZ 35.03 31.58 72.66 -
YUV 153.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 146 145 221 0.34 0.34 0 0.13 240.79 0.53 0.72
Hex 92 91 DD 22 22 0 D F1 35 48
Octal 222 221 335 42 42 0 15 361 65 110
Binary 10010010 10010001 11011101 100010 100010 0 1101 11110001 110101 1001000

Color Harmonies of #9291DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9291DD

Black with #9291DD

Text Example


Text Example

White with #9291DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9291DD; }

 p { color: rgb(146,145,221); }

 H1.HeaderClassName
 {
   color: #9291DD;
 }
 .AnyTagClassName
 {
   color: #9291DD;
 }
</style>

background-color css

<style>
 a { background-color: #9291DD; }

 a { background-color: rgb(146,145,221); }

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

border-color css

<style>
 span { border-color: #9291DD; }

 span { border-color: rgb(146,145,221); }

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