Html Css Color HEX #9394DA Portage

📋 copy color: '#9394DA'

red 147 ◦ green 148 ◦ blue 218

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

Shades of Portage #9394DA

Tints of Portage #9394DA

RGB

 RED value IS 147 (57.81% from 255) = 28.65%

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 28.65%
G = 28.85%
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

#9394DA (or 0x9394DA) is known color: Portage. HEX triplet: 93, 94 and DA. RGB value is (147,148,218). Sum of RGB (Red+Green+Blue) = 147+148+218=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 148 (58.20% from 255 or 28.85% 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 #9394DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394DA is #6C6B25. Grayscale: #9B9B9B. Windows color (decimal): -7105318 or 14324883. OLE color: 14324883.

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

Color convert

RGB 147 148 218 -
CMYK 0.33 0.32 0 0.15
HSL 239.15º 0.49% 0.72% -
HSV(B) 239.15º 0.33% 0.85% -
XYZ 35.28 32.44 70.73 -
YUV 155.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 147 148 218 0.33 0.32 0 0.15 239.15 0.49 0.72
Hex 93 94 DA 21 20 0 F EF 31 48
Octal 223 224 332 41 40 0 17 357 61 110
Binary 10010011 10010100 11011010 100001 100000 0 1111 11101111 110001 1001000

Color Harmonies of #9394DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9394DA

Black with #9394DA

Text Example


Text Example

White with #9394DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,148,218); }

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

background-color css

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

 a { background-color: rgb(147,148,218); }

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

border-color css

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

 span { border-color: rgb(147,148,218); }

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