Html Css Color HEX #9699FA Portage

📋 copy color: '#9699FA'

red 150 ◦ green 153 ◦ blue 250

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

Shades of Portage #9699FA

Tints of Portage #9699FA

RGB

 RED value IS 150 (58.98% from 255) = 27.12%

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 27.12%
G = 27.67%
B = 45.21%

CMYK

 C value IS 0.4

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9699FA (or 0x9699FA) is known color: Portage. HEX triplet: 96, 99 and FA. RGB value is (150,153,250). Sum of RGB (Red+Green+Blue) = 150+153+250=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #9699FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699FA is #696605. Grayscale: #A2A2A2. Windows color (decimal): -6907398 or 16423318. OLE color: 16423318.

HSL color Cylindrical-coordinate representation of color #9699FA: hue angle of 238.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9699FA is Cyan = 0.4, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 153 250 -
CMYK 0.4 0.39 0 0.02
HSL 238.2º 0.91% 0.78% -
HSV(B) 238.2º 0.4% 0.98% -
XYZ 41.22 36.17 95.25 -
YUV 163.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 150 153 250 0.4 0.39 0 0.02 238.2 0.91 0.78
Hex 96 99 FA 28 27 0 2 EE 5B 4E
Octal 226 231 372 50 47 0 2 356 133 116
Binary 10010110 10011001 11111010 101000 100111 0 10 11101110 1011011 1001110

Color Harmonies of #9699FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699FA

Black with #9699FA

Text Example


Text Example

White with #9699FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9699FA; }

 p { color: rgb(150,153,250); }

 H1.HeaderClassName
 {
   color: #9699FA;
 }
 .AnyTagClassName
 {
   color: #9699FA;
 }
</style>

background-color css

<style>
 a { background-color: #9699FA; }

 a { background-color: rgb(150,153,250); }

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

border-color css

<style>
 span { border-color: #9699FA; }

 span { border-color: rgb(150,153,250); }

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