Html Css Color HEX #9C95F3 Portage

📋 copy color: '#9C95F3'

red 156 ◦ green 149 ◦ blue 243

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

Shades of Portage #9C95F3

Tints of Portage #9C95F3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

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

R = 28.47%
G = 27.19%
B = 44.34%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C95F3 (or 0x9C95F3) is known color: Portage. HEX triplet: 9C, 95 and F3. RGB value is (156,149,243). Sum of RGB (Red+Green+Blue) = 156+149+243=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C95F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C95F3 is #636A0C. Grayscale: #A1A1A1. Windows color (decimal): -6515213 or 15963548. OLE color: 15963548.

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

Color convert

RGB 156 149 243 -
CMYK 0.36 0.39 0 0.05
HSL 244.47º 0.8% 0.77% -
HSV(B) 244.47º 0.39% 0.95% -
XYZ 40.64 35.03 89.41 -
YUV 161.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 156 149 243 0.36 0.39 0 0.05 244.47 0.8 0.77
Hex 9C 95 F3 24 27 0 5 F4 50 4D
Octal 234 225 363 44 47 0 5 364 120 115
Binary 10011100 10010101 11110011 100100 100111 0 101 11110100 1010000 1001101

Color Harmonies of #9C95F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C95F3

Black with #9C95F3

Text Example


Text Example

White with #9C95F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,149,243); }

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

background-color css

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

 a { background-color: rgb(156,149,243); }

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

border-color css

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

 span { border-color: rgb(156,149,243); }

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