Html Css Color HEX #9295DA Portage

📋 copy color: '#9295DA'

red 146 ◦ green 149 ◦ blue 218

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

Shades of Portage #9295DA

Tints of Portage #9295DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.04%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 28.46%
G = 29.04%
B = 42.5%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9295DA (or 0x9295DA) is known color: Portage. HEX triplet: 92, 95 and DA. RGB value is (146,149,218). Sum of RGB (Red+Green+Blue) = 146+149+218=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #9295DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295DA is #6D6A25. Grayscale: #9B9B9B. Windows color (decimal): -7170598 or 14325138. OLE color: 14325138.

HSL color Cylindrical-coordinate representation of color #9295DA: hue angle of 237.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9295DA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 149 218 -
CMYK 0.33 0.32 0 0.15
HSL 237.5º 0.49% 0.71% -
HSV(B) 237.5º 0.33% 0.85% -
XYZ 35.26 32.67 70.78 -
YUV 155.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 146 149 218 0.33 0.32 0 0.15 237.5 0.49 0.71
Hex 92 95 DA 21 20 0 F EE 31 47
Octal 222 225 332 41 40 0 17 356 61 107
Binary 10010010 10010101 11011010 100001 100000 0 1111 11101110 110001 1000111

Color Harmonies of #9295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9295DA

Black with #9295DA

Text Example


Text Example

White with #9295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9295DA; }

 p { color: rgb(146,149,218); }

 H1.HeaderClassName
 {
   color: #9295DA;
 }
 .AnyTagClassName
 {
   color: #9295DA;
 }
</style>

background-color css

<style>
 a { background-color: #9295DA; }

 a { background-color: rgb(146,149,218); }

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

border-color css

<style>
 span { border-color: #9295DA; }

 span { border-color: rgb(146,149,218); }

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