Html Css Color HEX #9C97ED Portage

📋 copy color: '#9C97ED'

red 156 ◦ green 151 ◦ blue 237

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

Shades of Portage #9C97ED

Tints of Portage #9C97ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 28.68%
G = 27.76%
B = 43.57%

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

#9C97ED (or 0x9C97ED) is known color: Portage. HEX triplet: 9C, 97 and ED. RGB value is (156,151,237). Sum of RGB (Red+Green+Blue) = 156+151+237=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C97ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C97ED is #636812. Grayscale: #A1A1A1. Windows color (decimal): -6514707 or 15570844. OLE color: 15570844.

HSL color Cylindrical-coordinate representation of color #9C97ED: hue angle of 243.49º degrees, saturation: 0.7, 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 #9C97ED is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 151 237 -
CMYK 0.34 0.36 0 0.07
HSL 243.49º 0.7% 0.76% -
HSV(B) 243.49º 0.36% 0.93% -
XYZ 40.06 35.32 84.83 -
YUV 162.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 156 151 237 0.34 0.36 0 0.07 243.49 0.7 0.76
Hex 9C 97 ED 22 24 0 7 F3 46 4C
Octal 234 227 355 42 44 0 7 363 106 114
Binary 10011100 10010111 11101101 100010 100100 0 111 11110011 1000110 1001100

Color Harmonies of #9C97ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C97ED

Black with #9C97ED

Text Example


Text Example

White with #9C97ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,151,237); }

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

background-color css

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

 a { background-color: rgb(156,151,237); }

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

border-color css

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

 span { border-color: rgb(156,151,237); }

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