Html Css Color HEX #9B96F3 Portage

📋 copy color: '#9B96F3'

red 155 ◦ green 150 ◦ blue 243

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

Shades of Portage #9B96F3

Tints of Portage #9B96F3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.37%

 BLUE value IS 243 (95.31% from 255) = 44.34%

R = 28.28%
G = 27.37%
B = 44.34%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B96F3 (or 0x9B96F3) is known color: Portage. HEX triplet: 9B, 96 and F3. RGB value is (155,150,243). Sum of RGB (Red+Green+Blue) = 155+150+243=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B96F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B96F3 is #64690C. Grayscale: #A1A1A1. Windows color (decimal): -6580493 or 15963803. OLE color: 15963803.

HSL color Cylindrical-coordinate representation of color #9B96F3: hue angle of 243.23º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B96F3 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 150 243 -
CMYK 0.36 0.38 0 0.05
HSL 243.23º 0.79% 0.77% -
HSV(B) 243.23º 0.38% 0.95% -
XYZ 40.6 35.25 89.46 -
YUV 162.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 155 150 243 0.36 0.38 0 0.05 243.23 0.79 0.77
Hex 9B 96 F3 24 26 0 5 F3 4F 4D
Octal 233 226 363 44 46 0 5 363 117 115
Binary 10011011 10010110 11110011 100100 100110 0 101 11110011 1001111 1001101

Color Harmonies of #9B96F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B96F3

Black with #9B96F3

Text Example


Text Example

White with #9B96F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,243); }

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

background-color css

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

 a { background-color: rgb(155,150,243); }

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

border-color css

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

 span { border-color: rgb(155,150,243); }

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