Html Css Color HEX #9C94F1 Portage

📋 copy color: '#9C94F1'

red 156 ◦ green 148 ◦ blue 241

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

Shades of Portage #9C94F1

Tints of Portage #9C94F1

RGB

 RED value IS 156 (61.33% from 255) = 28.62%

 GREEN value IS 148 (58.2% from 255) = 27.16%

 BLUE value IS 241 (94.53% from 255) = 44.22%

R = 28.62%
G = 27.16%
B = 44.22%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C94F1 (or 0x9C94F1) is known color: Portage. HEX triplet: 9C, 94 and F1. RGB value is (156,148,241). Sum of RGB (Red+Green+Blue) = 156+148+241=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C94F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C94F1 is #636B0E. Grayscale: #A0A0A0. Windows color (decimal): -6515471 or 15832220. OLE color: 15832220.

HSL color Cylindrical-coordinate representation of color #9C94F1: hue angle of 245.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C94F1 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 148 241 -
CMYK 0.35 0.39 0 0.05
HSL 245.16º 0.77% 0.76% -
HSV(B) 245.16º 0.39% 0.95% -
XYZ 40.18 34.6 87.78 -
YUV 160.99 173.15 124.44 -
System Red Green Blue C M Y K H S L
Decimal 156 148 241 0.35 0.39 0 0.05 245.16 0.77 0.76
Hex 9C 94 F1 23 27 0 5 F5 4D 4C
Octal 234 224 361 43 47 0 5 365 115 114
Binary 10011100 10010100 11110001 100011 100111 0 101 11110101 1001101 1001100

Color Harmonies of #9C94F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C94F1

Black with #9C94F1

Text Example


Text Example

White with #9C94F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,148,241); }

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

background-color css

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

 a { background-color: rgb(156,148,241); }

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

border-color css

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

 span { border-color: rgb(156,148,241); }

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