Html Css Color HEX #9D97F3 Portage

📋 copy color: '#9D97F3'

red 157 ◦ green 151 ◦ blue 243

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

Shades of Portage #9D97F3

Tints of Portage #9D97F3

RGB

 RED value IS 157 (61.72% from 255) = 28.49%

 GREEN value IS 151 (59.38% from 255) = 27.4%

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

R = 28.49%
G = 27.4%
B = 44.1%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9D97F3 (or 0x9D97F3) is known color: Portage. HEX triplet: 9D, 97 and F3. RGB value is (157,151,243). Sum of RGB (Red+Green+Blue) = 157+151+243=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D97F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D97F3 is #62680C. Grayscale: #A2A2A2. Windows color (decimal): -6449165 or 15964061. OLE color: 15964061.

HSL color Cylindrical-coordinate representation of color #9D97F3: hue angle of 243.91º 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 #9D97F3 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 151 243 -
CMYK 0.35 0.38 0 0.05
HSL 243.91º 0.79% 0.77% -
HSV(B) 243.91º 0.38% 0.95% -
XYZ 41.15 35.77 89.53 -
YUV 163.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 157 151 243 0.35 0.38 0 0.05 243.91 0.79 0.77
Hex 9D 97 F3 23 26 0 5 F4 4F 4D
Octal 235 227 363 43 46 0 5 364 117 115
Binary 10011101 10010111 11110011 100011 100110 0 101 11110100 1001111 1001101

Color Harmonies of #9D97F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D97F3

Black with #9D97F3

Text Example


Text Example

White with #9D97F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,151,243); }

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

background-color css

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

 a { background-color: rgb(157,151,243); }

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

border-color css

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

 span { border-color: rgb(157,151,243); }

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