Html Css Color HEX #9195DC Portage

📋 copy color: '#9195DC'

red 145 ◦ green 149 ◦ blue 220

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

Shades of Portage #9195DC

Tints of Portage #9195DC

RGB

 RED value IS 145 (57.03% from 255) = 28.21%

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 28.21%
G = 28.99%
B = 42.8%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9195DC (or 0x9195DC) is known color: Portage. HEX triplet: 91, 95 and DC. RGB value is (145,149,220). Sum of RGB (Red+Green+Blue) = 145+149+220=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9195DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195DC is #6E6A23. Grayscale: #9B9B9B. Windows color (decimal): -7236132 or 14456209. OLE color: 14456209.

HSL color Cylindrical-coordinate representation of color #9195DC: hue angle of 236.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9195DC is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 149 220 -
CMYK 0.34 0.32 0 0.14
HSL 236.8º 0.52% 0.72% -
HSV(B) 236.8º 0.34% 0.86% -
XYZ 35.34 32.68 72.16 -
YUV 155.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 145 149 220 0.34 0.32 0 0.14 236.8 0.52 0.72
Hex 91 95 DC 22 20 0 E ED 34 48
Octal 221 225 334 42 40 0 16 355 64 110
Binary 10010001 10010101 11011100 100010 100000 0 1110 11101101 110100 1001000

Color Harmonies of #9195DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9195DC

Black with #9195DC

Text Example


Text Example

White with #9195DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9195DC; }

 p { color: rgb(145,149,220); }

 H1.HeaderClassName
 {
   color: #9195DC;
 }
 .AnyTagClassName
 {
   color: #9195DC;
 }
</style>

background-color css

<style>
 a { background-color: #9195DC; }

 a { background-color: rgb(145,149,220); }

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

border-color css

<style>
 span { border-color: #9195DC; }

 span { border-color: rgb(145,149,220); }

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