Html Css Color HEX #9D93F6 Portage

📋 copy color: '#9D93F6'

red 157 ◦ green 147 ◦ blue 246

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

Shades of Portage #9D93F6

Tints of Portage #9D93F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.73%

R = 28.55%
G = 26.73%
B = 44.73%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9D93F6 (or 0x9D93F6) is known color: Portage. HEX triplet: 9D, 93 and F6. RGB value is (157,147,246). Sum of RGB (Red+Green+Blue) = 157+147+246=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #9D93F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D93F6 is #626C09. Grayscale: #A0A0A0. Windows color (decimal): -6450186 or 16159645. OLE color: 16159645.

HSL color Cylindrical-coordinate representation of color #9D93F6: hue angle of 246.06º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D93F6 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 147 246 -
CMYK 0.36 0.40 0 0.04
HSL 246.06º 0.85% 0.77% -
HSV(B) 246.06º 0.4% 0.96% -
XYZ 40.97 34.69 91.72 -
YUV 161.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 157 147 246 0.36 0.40 0 0.04 246.06 0.85 0.77
Hex 9D 93 F6 24 28 0 4 F6 55 4D
Octal 235 223 366 44 50 0 4 366 125 115
Binary 10011101 10010011 11110110 100100 101000 0 100 11110110 1010101 1001101

Color Harmonies of #9D93F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D93F6

Black with #9D93F6

Text Example


Text Example

White with #9D93F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,246); }

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

background-color css

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

 a { background-color: rgb(157,147,246); }

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

border-color css

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

 span { border-color: rgb(157,147,246); }

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