Html Css Color HEX #9B94F9 Portage

📋 copy color: '#9B94F9'

red 155 ◦ green 148 ◦ blue 249

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

Shades of Portage #9B94F9

Tints of Portage #9B94F9

RGB

 RED value IS 155 (60.94% from 255) = 28.08%

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

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 28.08%
G = 26.81%
B = 45.11%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B94F9 (or 0x9B94F9) is known color: Portage. HEX triplet: 9B, 94 and F9. RGB value is (155,148,249). Sum of RGB (Red+Green+Blue) = 155+148+249=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #9B94F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94F9 is #646B06. Grayscale: #A1A1A1. Windows color (decimal): -6580999 or 16356507. OLE color: 16356507.

HSL color Cylindrical-coordinate representation of color #9B94F9: hue angle of 244.16º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B94F9 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 148 249 -
CMYK 0.38 0.41 0 0.02
HSL 244.16º 0.89% 0.78% -
HSV(B) 244.16º 0.41% 0.98% -
XYZ 41.21 34.99 94.2 -
YUV 161.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 155 148 249 0.38 0.41 0 0.02 244.16 0.89 0.78
Hex 9B 94 F9 26 29 0 2 F4 59 4E
Octal 233 224 371 46 51 0 2 364 131 116
Binary 10011011 10010100 11111001 100110 101001 0 10 11110100 1011001 1001110

Color Harmonies of #9B94F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B94F9

Black with #9B94F9

Text Example


Text Example

White with #9B94F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B94F9; }

 p { color: rgb(155,148,249); }

 H1.HeaderClassName
 {
   color: #9B94F9;
 }
 .AnyTagClassName
 {
   color: #9B94F9;
 }
</style>

background-color css

<style>
 a { background-color: #9B94F9; }

 a { background-color: rgb(155,148,249); }

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

border-color css

<style>
 span { border-color: #9B94F9; }

 span { border-color: rgb(155,148,249); }

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