Html Css Color HEX #9B93EF Portage

📋 copy color: '#9B93EF'

red 155 ◦ green 147 ◦ blue 239

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

Shades of Portage #9B93EF

Tints of Portage #9B93EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.17%

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 28.65%
G = 27.17%
B = 44.18%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B93EF (or 0x9B93EF) is known color: Portage. HEX triplet: 9B, 93 and EF. RGB value is (155,147,239). Sum of RGB (Red+Green+Blue) = 155+147+239=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B93EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B93EF is #646C10. Grayscale: #9F9F9F. Windows color (decimal): -6581265 or 15700891. OLE color: 15700891.

HSL color Cylindrical-coordinate representation of color #9B93EF: hue angle of 245.22º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B93EF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 147 239 -
CMYK 0.35 0.38 0 0.06
HSL 245.22º 0.74% 0.76% -
HSV(B) 245.22º 0.38% 0.94% -
XYZ 39.53 34.07 86.15 -
YUV 159.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 155 147 239 0.35 0.38 0 0.06 245.22 0.74 0.76
Hex 9B 93 EF 23 26 0 6 F5 4A 4C
Octal 233 223 357 43 46 0 6 365 112 114
Binary 10011011 10010011 11101111 100011 100110 0 110 11110101 1001010 1001100

Color Harmonies of #9B93EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B93EF

Black with #9B93EF

Text Example


Text Example

White with #9B93EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,147,239); }

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

background-color css

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

 a { background-color: rgb(155,147,239); }

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

border-color css

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

 span { border-color: rgb(155,147,239); }

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