Html Css Color HEX #9C98EC Portage

📋 copy color: '#9C98EC'

red 156 ◦ green 152 ◦ blue 236

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

Shades of Portage #9C98EC

Tints of Portage #9C98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.94%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 28.68%
G = 27.94%
B = 43.38%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C98EC (or 0x9C98EC) is known color: Portage. HEX triplet: 9C, 98 and EC. RGB value is (156,152,236). Sum of RGB (Red+Green+Blue) = 156+152+236=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C98EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C98EC is #636713. Grayscale: #A2A2A2. Windows color (decimal): -6514452 or 15505564. OLE color: 15505564.

HSL color Cylindrical-coordinate representation of color #9C98EC: hue angle of 242.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C98EC is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 152 236 -
CMYK 0.34 0.36 0 0.07
HSL 242.86º 0.69% 0.76% -
HSV(B) 242.86º 0.36% 0.93% -
XYZ 40.08 35.58 84.11 -
YUV 162.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 156 152 236 0.34 0.36 0 0.07 242.86 0.69 0.76
Hex 9C 98 EC 22 24 0 7 F3 45 4C
Octal 234 230 354 42 44 0 7 363 105 114
Binary 10011100 10011000 11101100 100010 100100 0 111 11110011 1000101 1001100

Color Harmonies of #9C98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C98EC

Black with #9C98EC

Text Example


Text Example

White with #9C98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,152,236); }

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

background-color css

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

 a { background-color: rgb(156,152,236); }

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

border-color css

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

 span { border-color: rgb(156,152,236); }

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