Html Css Color HEX #9B99FD Portage

📋 copy color: '#9B99FD'

red 155 ◦ green 153 ◦ blue 253

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

Shades of Portage #9B99FD

Tints of Portage #9B99FD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.27%

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 27.63%
G = 27.27%
B = 45.1%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9B99FD (or 0x9B99FD) is known color: Portage. HEX triplet: 9B, 99 and FD. RGB value is (155,153,253). Sum of RGB (Red+Green+Blue) = 155+153+253=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B99FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B99FD is #646602. Grayscale: #A4A4A4. Windows color (decimal): -6579715 or 16619931. OLE color: 16619931.

HSL color Cylindrical-coordinate representation of color #9B99FD: hue angle of 241.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B99FD is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 153 253 -
CMYK 0.39 0.40 0 0.01
HSL 241.2º 0.96% 0.8% -
HSV(B) 241.2º 0.4% 0.99% -
XYZ 42.64 36.84 97.79 -
YUV 165 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 155 153 253 0.39 0.40 0 0.01 241.2 0.96 0.8
Hex 9B 99 FD 27 28 0 1 F1 60 50
Octal 233 231 375 47 50 0 1 361 140 120
Binary 10011011 10011001 11111101 100111 101000 0 1 11110001 1100000 1010000

Color Harmonies of #9B99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B99FD

Black with #9B99FD

Text Example


Text Example

White with #9B99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,153,253); }

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

background-color css

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

 a { background-color: rgb(155,153,253); }

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

border-color css

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

 span { border-color: rgb(155,153,253); }

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